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