UNPKG

@tsparticles/shape-star

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