1.0.0 • Published 11 years ago
hex-color-resolve v1.0.0
Hex Color Resolve 
Resolve hex colors shorthand.
Install
npm install --save hex-color-resolveUsage
const hexColorResolve = require('hex-color-resolve');
hexColorResolve('#ff0');
//=> #ffff00
hexColorResolve('#ffff00');
//=> #ff0
hexColorResolve('#c2c2c2')
//=> ErrorAPI
hexColorResolve(input)
Returns a new color, shorted or long.
input
Type: string
Test
npm testLicense
MIT © Filipe LInhares
1.0.0
11 years ago