feat: minor tweaks to the preview thumbs UI
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* @param {Number} input
|
||||
* @param {Number} min The lower boundary of the output range
|
||||
* @param {Number} max The upper boundary of the output range
|
||||
* @returns A number in the range [min, max]
|
||||
* @returns A number within the bounds of min and max
|
||||
* @type Number
|
||||
*/
|
||||
export function clamp(input = 0, min = 0, max = 255) {
|
||||
|
||||
Reference in New Issue
Block a user