colorformatconverter
v1.0.5
Published
Converts Color formats from RGB to HEX and vice versa
Maintainers
Readme
Color Format Converter
A library that converts color format from RGB value to its HEX equivalent and vice versa
Installation
npm install @pgakk/colorformat-converter
Usage
var colorFormatConverter = require('@pgakk/colorformat-converter');
var convertedOutput = colorFormatConverter.verifyFormat('ea2291');Output should be rgb(234,34,145)
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
