1.0.1 • Published 2 years ago

jsmp-infra-yevhen-rgb-to-hex v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Purpose:

Converts rgb to hex.

Installing

Using npm:

npm i jsmp-infra-yevhen-rgb-to-hex

Usage:

const rgbToHex = require('jsmp-infra-yevhen-rgb-to-hex').default;
rgbToHex(25, 25, 25) // returns #191919
rgbToHex('sss', 'sss', 'sss') // returns null
1.0.1

2 years ago

1.0.0

2 years ago