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

0.17.0 • 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 markmap-toolbar

Weekly Downloads

1,781

Version

0.17.0

License

MIT

Unpacked Size

25.6 kB

Total Files

8

Last publish

Collaborators

  • gera2ld