@tsparticles/shape-cards
Version:
tsParticles cards shape
14 lines (13 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClubDrawer = void 0;
const Utils_js_1 = require("./Utils.js");
class ClubDrawer {
constructor() {
this.validTypes = ["club", "clubs"];
}
draw(data) {
(0, Utils_js_1.drawPath)(data, Utils_js_1.paths.club);
}
}
exports.ClubDrawer = ClubDrawer;