is-hexa-color
v0.0.1
Published
Check / validate that given value is valid hexa color (hex with alpha), using `hexa-color-regex` - the best hexa color regex.
Downloads
4
Maintainers
Readme
is-hexa-color
Check / validate that given value is valid hexa color, using
hexa-color-regex
- the best hexa color regex.
Install
npm i is-hexa-color --save
npm test
Usage
For more use-cases see the tests
var isHexaColor = require('is-hexa-color')
Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.