@fantasy-color/normalize-rgb
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@fantasy-color/normalize-rgb

Turn an RGB color value from 0-255 to take a value from 0-1

type normalizeRgb = (color: RGB) => RGB

Example usage:

import normalizeRgb from '@fantasy-color/normalize-rgb'

normalizeRgb({
  red: 255,
  green: 70,
  blue: 50
})
// > { red: 1, green: 0.27450980392156865, blue: 0.19607843137254902 }

Readme

Keywords

none

Package Sidebar

Install

npm i @fantasy-color/normalize-rgb

Weekly Downloads

50

Version

2.1.0

License

MIT

Unpacked Size

4.25 kB

Total Files

9

Last publish

Collaborators

  • ijigg
  • moria.am
  • atilaz
  • gideon.gur
  • irminakacz
  • fernando.3
  • xaviervia
  • psxcode
  • deepsweet