UNPKG

@kcuf/mere-color

Version:

Mere color utils for generating, manipulation, a11y purposes.

6 lines 202 B
import _round from 'lodash/round'; import _clamp from 'lodash/clamp'; export default function normalizeHexValue(n) { return _clamp(_round(n), 0, 255); } //# sourceMappingURL=normalize-hex-value.js.map