@gurso/v-graph
TypeScript icon, indicating that this package has built-in type declarations

0.1.54 • Public • Published

Graph

Install

npm install @gurso/v-graph

then in your main file :

import { createApp } from "vue"
import vGraph from "@gurso/v-graph"
import App from "./App.vue" // <- usually
...
const app = createApp(App)
...
app.use(vGraph)
...
app.mount("#app")

Documentation

doc(fr)

TODO

  • rename file (use...) and component (Vg...)
  • write curve & transform doc
  • test on components
  • pretty playground

Readme

Keywords

none

Package Sidebar

Install

npm i @gurso/v-graph

Weekly Downloads

45

Version

0.1.54

License

none

Unpacked Size

167 kB

Total Files

37

Last publish

Collaborators

  • gurso