UNPKG

@tsparticles/shape-cards

Version:
10 lines (9 loc) 204 B
import { drawPath, paths } from "./Utils.js"; export class ClubDrawer { constructor() { this.validTypes = ["club", "clubs"]; } draw(data) { drawPath(data, paths.club); } }