UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

11 lines 370 B
import { Registry } from '../registry'; import * as anchors from './main'; export var NodeAnchor; (function (NodeAnchor) { NodeAnchor.presets = anchors; NodeAnchor.registry = Registry.create({ type: 'node endpoint', }); NodeAnchor.registry.register(NodeAnchor.presets, true); })(NodeAnchor || (NodeAnchor = {})); //# sourceMappingURL=index.js.map