Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/segment-boneyard/is-hex-color

Check whether a string is a hex color.
https://github.com/segment-boneyard/is-hex-color

Last synced: about 7 hours ago
JSON representation

Check whether a string is a hex color.

Awesome Lists containing this project

README

        

# is-hex-color

Check whether a string is a hex color.

## Installation

```
$ component install segmentio/is-hex-color
```
```
$ npm install is-hex-color
```

## API

### isHexColor(string)

Checks whether a `string` is a hex color.

## License

MIT