graph-editor-core
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

graph-editor-core

HTML5 Canvas Library Based on Konva

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

Full Documentation
CHANGELOG

License

According to the terms of the MIT license, graph-editor-core is freely distributable.

/graph-editor-core/

    Package Sidebar

    Install

    npm i graph-editor-core

    Weekly Downloads

    12

    Version

    1.1.6

    License

    ISC

    Unpacked Size

    7.99 MB

    Total Files

    237

    Last publish

    Collaborators

    • zhangna2023