New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

markmap-toolbar

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-toolbar

Extensible toolbar for markmap


Version published
Maintainers
0
Created

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);

FAQs

Package last updated on 04 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts