UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering

8 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normal = void 0; const normal = function (vertices) { return [...vertices]; }; exports.normal = normal; //# sourceMappingURL=normal.js.map