jsmind

a mind mapping library built by javascript

OTHER License

Downloads
6.4K
Stars
3.3K
Committers
30

jsMind

jsMind / javascript html5 canvas svg jsMind BSD

jsMind is mind map library built by javascript, it base on html5 canvas and svg. jsMind is released under the BSD license, you can embed it in any project as long as you abide by the license.

Project Home

Get Started

<html>
    <head>
        <link
            type="text/css"
            rel="stylesheet"
            href="//cdn.jsdelivr.net/npm/[email protected]/style/jsmind.css"
        />
        <script
            type="text/javascript"
            src="//cdn.jsdelivr.net/npm/[email protected]/es6/jsmind.js"
        ></script>
    </head>
    <body>
        <div id="jsmind_container"></div>

        <script type="text/javascript">
            var mind = {
                // 3 data formats were supported ...
                // see documents for more information
            };
            var options = {
                container: 'jsmind_container',
                theme: 'orange',
                editable: true,
            };
            var jm = new jsMind(options);
            jm.show(mind);
        </script>
    </body>
</html>

Links

Funding

Maintainer

Package Rankings
Top 6.67% on Proxy.golang.org
Top 1.8% on Npmjs.org
Badges
Extracted from project README
npm version