UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

9 lines 183 B
export class Geometry { valueOf() { return this.toJSON(); } toString() { return JSON.stringify(this.toJSON()); } } //# sourceMappingURL=geometry.js.map