UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

7 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Polygon = void 0; const poly_1 = require("./poly"); const util_1 = require("./util"); exports.Polygon = (0, util_1.createShape)('polygon', {}, { parent: poly_1.Poly }); //# sourceMappingURL=polygon.js.map