UNPKG

fabric

Version:

Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.

7 lines (6 loc) 134 B
//#region src/util/internals/uid.ts let id = 0; const uid = () => id++; //#endregion export { uid }; //# sourceMappingURL=uid.mjs.map