UNPKG

fabric

Version:

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

6 lines (5 loc) 183 B
//#region src/util/misc/capValue.ts const capValue = (min, value, max) => Math.max(min, Math.min(value, max)); //#endregion export { capValue }; //# sourceMappingURL=capValue.mjs.map