UNPKG

152 BJavaScriptView Raw
1import { CircleDrawer } from "./CircleDrawer";
2export function loadCircleShape(tsParticles) {
3 tsParticles.addShape("circle", new CircleDrawer());
4}