UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines 260 B
import { Registry } from '../registry'; import * as anchors from './main'; const presets = anchors; export const edgeAnchorRegistry = Registry.create({ type: 'edge endpoint', }); edgeAnchorRegistry.register(presets, true); //# sourceMappingURL=index.js.map