UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

10 lines 283 B
export const DocumentEvents = { mousemove: 'onMouseMove', touchmove: 'onMouseMove', mouseup: 'onMouseUp', touchend: 'onMouseUp', touchcancel: 'onDragEnd', }; export const FLAG_INSERT = 1 << 30; export const FLAG_REMOVE = 1 << 29; //# sourceMappingURL=index.js.map