fabric
Version:
Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.
1 lines • 315 B
Source Map (JSON)
{"version":3,"file":"capValue.mjs","names":[],"sources":["../../../../src/util/misc/capValue.ts"],"sourcesContent":["export const capValue = (min: number, value: number, max: number) =>\n Math.max(min, Math.min(value, max));\n"],"mappings":";AAAA,MAAa,YAAY,KAAa,OAAe,QACnD,KAAK,IAAI,KAAK,KAAK,IAAI,OAAO,IAAI,CAAC"}