UNPKG

@webwriter/geometry-cloze

Version:

Create and view geometry exercises with coloring, styling and labeling options.

7 lines (6 loc) 103 B
export default class IDManager { static id = 1; static getID() { return this.id++; } }