toc-util
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

toc-util

Usage

import { makeTocElement } from 'toc-utl';

const firstHeadingElement = document.querySelector('h2') as HTMLHeadingElement;
const tocElement = makeTocElement(firstHeadingElement, { firstLevel: 2, lastLevel: 4 });
document.querySelector('.left-side').prepend(tocElement);

demo

Readme

Keywords

Package Sidebar

Install

npm i toc-util

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

1.96 MB

Total Files

14

Last publish

Collaborators

  • cyokodog