• This project
    • Loading...
  • Sign in

Hooke / vue-flow-editor

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • vue-flow-editor
  • src
  • g6
  • g6.ts
  • hookehuyr's avatar
    🎉 init: · deeae6e7
    deeae6e7
    hookehuyr authored 2023-10-27 09:31:40 +0800
g6.ts 292 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
// @ts-ignore
const G6Module = window.G6 as any

const G6 = G6Module.default
const Item = G6Module.Item
const Grid = G6Module.Grid
const Minimap = G6Module.Minimap
const SingleShapeMixin = G6Module.SingleShapeMixin

export {
    G6,
    Item,
    Grid,
    Minimap,
    SingleShapeMixin,
}