sharedb-jsoneditor
v0.0.7
Published
Warning: this library is *very* hacky and preliminary. You should *not* depend on it.
Downloads
2
Readme
sharedb-jsoneditor
Warning: this library is very hacky and preliminary. You should not depend on it.
This library provides a frontend for visualizing ShareDB documents using JSONEditor.
Installing:
npm i --save sharedb-jsoneditor
<div id="jsoneditor2" style="width: 400px; height: 400px;"></div>
const jsonEditor = new ShareDBJSONEditor(doc, document.getElementById('jsoneditor'), []);