UNPKG

@tsparticles/shape-line

Version:
9 lines (8 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loadLineShape = loadLineShape; const LineDrawer_js_1 = require("./LineDrawer.js"); async function loadLineShape(engine, refresh = true) { engine.checkVersion("3.9.0"); await engine.addShape(new LineDrawer_js_1.LineDrawer(), refresh); }