Skip to content

a high-performance js library for generating and rendering mind maps

License

Notifications You must be signed in to change notification settings

mizy/re-my-mind

Repository files navigation

Remind is a visual framework that supports rendering and editing tree-structured data in various layout types.

  • Supports Canvas and SVG dual-engine rendering to improve rendering performance.
  • Supports Docker deployment and NAS deployment.
  • Does not rely on browser layout capabilities to enhance performance, large files open in seconds.
  • Highly extensible, supports custom nodes and themes.
  • Supports extensible animations.

查看中文版本

Demo

Complete DEMO

base

snapshot

snapshot

npm run start

Docker Start

docker run -d -v your_data_path:/reminds -p 7001:7001 mizydocker/remind

Install

npm i remind-editor --save

Usage

<script src="https://unpkg.com/remind-editor@${version}/dist/remind.js"></script>
npm i remind-editor --save
import Remind from 'remind-editor'

Start

import Remind from 'remind-editor';

new Remind(document.getElementById("root"),{
	data:{} // data
})

Export Data

remind.page.toJSON()

查看中文版本

About

a high-performance js library for generating and rendering mind maps

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published