feat: minor tweaks to the preview thumbs UI

This commit is contained in:
Sam Potts
2022-04-20 14:31:42 +10:00
parent 4a78b656da
commit 73bfb5211b
3 changed files with 47 additions and 59 deletions

View File

@@ -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) {