@cc12703m/markmap-toolbar
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

markmap-toolbar

Toolbar for markmap.

It embeds a few buttons to communicate with a markmap.

Installation

$ npm i markmap-toolbar

Usage

import { Toolbar } from 'markmap-toolbar';

const el = Toolbar.create(mm);
el.style.position = 'absolute';
el.style.bottom = '0.5rem';
el.style.right = '0.5rem';
container.append(el);

Readme

Keywords

none

Package Sidebar

Install

npm i @cc12703m/markmap-toolbar

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

24 kB

Total Files

10

Last publish

Collaborators

  • cc12703