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 nodeAnchorRegistry = Registry.create({ type: 'node endpoint', }); nodeAnchorRegistry.register(presets, true); //# sourceMappingURL=index.js.map