Giter Club home page Giter Club logo

jsmind's Introduction

jsMind

npm version build-test

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="https://unpkg.com/[email protected]/style/jsmind.css"
        />
        <script type="text/javascript" src="https://unpkg.com/[email protected]/es6/jsmind.js"></script>
        <!--
            enable draggable node feature
            <script type="text/javascript" src="https://unpkg.com/[email protected]/es6/jsmind.draggable-node.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

ES6 Pilot Version

  • Launch Plan
    • 将于 2023 年上半年正式启用
    • Will be launched in 2023 H1
  • NPM Pilot Version: 0.5.1
  • Code Location
    • 源码位于 /src, 可运行于浏览器的 js 文件将生成于 /es6
    • The source code is located in /src, and the js files that can run in browsers will be generated into /es6
  • Demo: https://hizzgdev.github.io/jsmind/example/2_features_es6.html

Donate

Maintainer

jsmind's People

Contributors

hizzgdev avatar ttsdzzg avatar godiard avatar plylrnsdy avatar madsenfr avatar mbriot avatar yanziqi-tw avatar dependabot[bot] avatar hugocvx avatar sudwebdesign avatar xiaohuoz avatar linzb93 avatar ysk2014 avatar soakit avatar othorizon avatar mgcyung avatar lesvate avatar chimez avatar beijihan avatar stefh avatar ralfduesedau avatar w5240 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.