wiki-list-editor
v0.8.13
Published
Simple editor of lists
Readme
Wiki List Editor
First install the package.
npm install wiki-list-editor --saveAnd then use it in your javascript code.
import editor from 'wiki-list-editor';
let div = document.createElement('div')
let listEditor = editor(div);
document.body.appendChild(div);Author
Peter Stuifzand [email protected]
