@tsparticles/shape-star
Version:
tsParticles star shape
9 lines (8 loc) • 329 B
JavaScript
;
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);
}