UNPKG

fleshy-jsoneditor

Version:

LitElement custom element that wraps http://github.com/josdejong/jsoneditor based on https://github.com/Juicy/juicy-jsoneditor

4 lines (2 loc) 132 B
import { FleshyJsoneditor } from './src/FleshyJsoneditor.js'; window.customElements.define('fleshy-jsoneditor', FleshyJsoneditor);