0.0.9 • Published 3 years ago
simple-contents v0.0.9
Simple Contents
Generate a contents block based on headings in your post / article.

Installation
NPM
npm install simple-contentsBrowser
<script src="https://cdn.jsdelivr.net/npm/simple-contents@latest/index.umd.js"></script>Usage
Module
import simpleContents from 'simple-contents';
simpleContents.init('sourceSelector', 'targetSelector');Browser
SimpleContents.init('sourceSelector', 'targetSelector');