You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
577 B

1 year ago
# markmap-lib
![NPM](https://img.shields.io/npm/v/markmap-lib.svg)
![License](https://img.shields.io/npm/l/markmap-lib.svg)
![Downloads](https://img.shields.io/npm/dt/markmap-lib.svg)
Visualize your Markdown as mindmaps.
## Install
```sh
$ npm install markmap-lib
```
See [markmap-cli](https://github.com/gera2ld/markmap/tree/master/packages/markmap-cli) for command-line usage.
See [markmap-view](https://github.com/gera2ld/markmap/tree/master/packages/markmap-view) for rendering in browser.
👉 [Read the documentation](https://markmap.js.org/docs) for more detail.