UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines 348 B
import { Registry } from '../registry'; import * as markers from './main'; import { normalize as normalizeMarker } from './util'; const presets = markers; export const markerRegistry = Registry.create({ type: 'marker', }); markerRegistry.register(presets, true); export const markerNormalize = normalizeMarker; //# sourceMappingURL=index.js.map