0.0.9 • Published 1 year ago

simple-contents v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Simple Contents

Generate a contents block based on headings in your post / article.

Example

Installation

NPM

npm install simple-contents

Browser

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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago