{"id":13495078,"url":"https://github.com/hizzgdev/jsmind","last_synced_at":"2025-05-11T03:51:02.361Z","repository":{"id":4425022,"uuid":"5562943","full_name":"hizzgdev/jsmind","owner":"hizzgdev","description":"a mind mapping library built by javascript","archived":false,"fork":false,"pushed_at":"2025-03-10T15:17:17.000Z","size":1917,"stargazers_count":3623,"open_issues_count":1,"forks_count":888,"subscribers_count":119,"default_branch":"master","last_synced_at":"2025-05-08T17:17:36.118Z","etag":null,"topics":["bsd","canvas","es6","freemind","javascript","jsmind","mindmap","svg","xmind"],"latest_commit_sha":null,"homepage":"http://hizzgdev.github.io/jsmind/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hizzgdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["hizzgdev"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://hizzgdev.github.io/sponsor.html"]}},"created_at":"2012-08-26T19:19:39.000Z","updated_at":"2025-05-07T14:22:10.000Z","dependencies_parsed_at":"2023-07-05T18:49:36.069Z","dependency_job_id":"79e8ef13-72b0-45f2-a0bc-731ebec8cc61","html_url":"https://github.com/hizzgdev/jsmind","commit_stats":{"total_commits":406,"total_committers":31,"mean_commits":"13.096774193548388","dds":"0.17487684729064035","last_synced_commit":"f18be101b25fbd7289613237c6b4e1ceb558672b"},"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizzgdev%2Fjsmind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizzgdev%2Fjsmind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizzgdev%2Fjsmind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hizzgdev%2Fjsmind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hizzgdev","download_url":"https://codeload.github.com/hizzgdev/jsmind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514567,"owners_count":21920334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bsd","canvas","es6","freemind","javascript","jsmind","mindmap","svg","xmind"],"created_at":"2024-07-31T19:01:30.996Z","updated_at":"2025-05-11T03:51:02.340Z","avatar_url":"https://github.com/hizzgdev.png","language":"JavaScript","readme":"# jsMind\n\n[![npm version](https://badge.fury.io/js/jsmind.svg)](https://www.npmjs.com/package/jsmind)\n![build-test](https://github.com/hizzgdev/jsmind/actions/workflows/node.js.yml/badge.svg)\n\njsMind 是一个显示/编辑思维导图的纯 javascript 类库，其基于 html5 canvas 和 svg 进行设计。jsMind 以 [BSD 协议开源](LICENSE)，在此基础上你可以在你的项目上任意使用。\n\njsMind is mind map library built by javascript, it base on html5 canvas and svg. jsMind is released under [the BSD license](LICENSE), you can embed it in any project as long as you abide by the license.\n\n## Project Home\n\n-   [jsMind on Github](https://github.com/hizzgdev/jsmind)\n-   [国内镜像 - Gitee](https://gitee.com/hizzgdev/jsmind)\n\n## Get Started\n\n```html\n\u003chtml\u003e\n    \u003chead\u003e\n        \u003clink\n            type=\"text/css\"\n            rel=\"stylesheet\"\n            href=\"//cdn.jsdelivr.net/npm/jsmind@0.8.7/style/jsmind.css\"\n        /\u003e\n        \u003cscript\n            type=\"text/javascript\"\n            src=\"//cdn.jsdelivr.net/npm/jsmind@0.8.7/es6/jsmind.js\"\n        \u003e\u003c/script\u003e\n    \u003c/head\u003e\n    \u003cbody\u003e\n        \u003cdiv id=\"jsmind_container\"\u003e\u003c/div\u003e\n\n        \u003cscript type=\"text/javascript\"\u003e\n            var mind = {\n                // 3 data formats were supported ...\n                // see documents for more information\n            };\n            var options = {\n                container: 'jsmind_container',\n                theme: 'orange',\n                editable: true,\n            };\n            var jm = new jsMind(options);\n            jm.show(mind);\n        \u003c/script\u003e\n    \u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Links\n\n-   Resources:\n    -   [文档 - Documents](https://hizzgdev.github.io/jsmind/docs)\n    -   [NPM - jsmind](https://www.npmjs.com/package/jsmind)\n    -   CDN - [用法](docs/zh/1.usage.md) [Usage](docs/en/1.usage.md)\n        -   [UNPKG](https://unpkg.com/browse/jsmind/)\n        -   [jsDelivr](https://www.jsdelivr.com/package/npm/jsmind/)\n        -   [jsDelivr 国内镜像](https://jsd.onmicrosoft.cn/npm/jsmind/)\n-   Apps :\n    -   \u003chttps://jsmind.online\u003e\n-   Demo :\n    -   [显示一个脑图 Render a mindmap](https://hizzgdev.github.io/jsmind/example/1_basic.html) [[国内版](https://hizzgdev.github.io/jsmind/example/1_basic_cn.html)]\n    -   [试用所有功能 Try all features](https://hizzgdev.github.io/jsmind/example/2_features.html) [[国内版](https://hizzgdev.github.io/jsmind/example/2_features_cn.html)]\n    -   [requirejs + jsMind](https://hizzgdev.github.io/jsmind/example/3_requirejs.html)\n    -   [更多示例 - More samples](https://github.com/hizzgdev/jsmind-samples) [[国内版](https://gitee.com/hizzgdev/jsmind-samples)]\n\n## Funding\n\n-   [致谢 - Acknowledgement](https://hizzgdev.github.io/acknowledgement.html)\n-   [资助 - Sponsor](https://hizzgdev.github.io/sponsor.html)\n\n## Maintainer\n\n-   [张志刚 - Zhigang Zhang](https://hizzgdev.github.io)\n","funding_links":["https://github.com/sponsors/hizzgdev","https://hizzgdev.github.io/sponsor.html"],"categories":["Note Taking","JavaScript","⚙️ Widgets","By Language","JavaScript (485)","es6","Libraries"],"sub_categories":["Mindmap","JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizzgdev%2Fjsmind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhizzgdev%2Fjsmind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhizzgdev%2Fjsmind/lists"}