1.0.5 • Published 6 years ago

colorformatconverter v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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.