Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagobelo/parse-hex-to-rgba
A tiny library to convert HEX colors to RGBA.
https://github.com/iagobelo/parse-hex-to-rgba
hex javascript rgba typescript
Last synced: about 6 hours ago
JSON representation
A tiny library to convert HEX colors to RGBA.
- Host: GitHub
- URL: https://github.com/iagobelo/parse-hex-to-rgba
- Owner: iagobelo
- License: mit
- Created: 2019-12-26T21:05:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T13:11:46.000Z (about 2 years ago)
- Last Synced: 2025-01-08T21:44:12.177Z (7 days ago)
- Topics: hex, javascript, rgba, typescript
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parse Hex To RGBA
[![Build Status](https://travis-ci.org/iagobelo/parse-hex-to-rgba.svg?branch=master)](https://travis-ci.org/iagobelo/parse-hex-to-rgba)
[![License](https://badgen.net/github/license/iagobelo/parse-hex-to-rgba)](./LICENSE)
[![Library minified size](https://badgen.net/bundlephobia/min/parse-hex-to-rgba)](https://bundlephobia.com/result?p=parse-hex-to-rgba)
[![Library minified + gzipped size](https://badgen.net/bundlephobia/minzip/parse-hex-to-rgba)](https://bundlephobia.com/result?p=parse-hex-to-rgba)## Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
```sh
npm install parse-hex-to-rgba --save# For Yarn, use the command below.
yarn add parse-hex-to-rgba
```### Installation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
```html
// UMD module is exposed through the "parseHexToRgba" global variable.
console.log(parseHexToRgba);```
## Documentation
[Documentation generated from source files by Typedoc](./docs/README.md).
## License
Released under [MIT License](./LICENSE).