UNPKG

@tsparticles/shape-cards

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