graph-editor-core
v1.1.6
Published
<div align="center"> <h3>graph-editor-core</h3> <p>HTML5 Canvas Library Based on Konva</p> </div>
Downloads
315
Readme
Install
NPM
npm install graph-editor-core --save
Yarn
yarn add graph-editor-core
Umd
graph-editor-core also supports UMD loading
<srcipt src="https://cdn.jsdelivr.net/npm/graph-editor-core/umd/GraphEditor.js"/>
Getting Started
const editor = new GraphEditor({
container: document.getElementById('<YOUR_DIV_ID>'),
})
Documentation
License
According to the terms of the MIT license, graph-editor-core is freely distributable.