UNPKG

@tsparticles/shape-cards

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