UNPKG

fabric

Version:

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

3 lines (2 loc) 108 B
export const capValue = (min: number, value: number, max: number) => Math.max(min, Math.min(value, max));