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

1.0.100 • 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.

Readme

Keywords

none

Package Sidebar

Install

npm i graph-editor-core

Weekly Downloads

10

Version

1.0.100

License

ISC

Unpacked Size

7.84 MB

Total Files

237

Last publish

Collaborators

  • zhangna2023