0.0.3 • Published 3 years ago

@gausszhou/litegraph-topo v0.0.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

litegraph-topo

About

litegraph-topo 是一个拓扑图引擎,它是对litegraph.js的封装;

Use

# stable
npm install  litegraph-topo
# latest
npm install  @gausszhou/litegraph-topo
<div class="litegraph litegraph-editor litegraph-topo">
  <canvas id="canvas">
</div>
import "@gausszhou/litegraph-topo"

let topo =  new Topo()
topo.init('#canvas')
window.onresize = () => {
  topo.canvas.resize(0) 
}
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago