parse-hex-to-rgba
v0.0.2
Published
Converts a HEX color to a RGBA color.
Downloads
29
Maintainers
Readme
Parse Hex To RGBA
Installation
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install parse-hex-to-rgba --save
# For Yarn, use the command below.
yarn add parse-hex-to-rgbaInstallation from CDN
This module has an UMD bundle available through JSDelivr and Unpkg CDNs.
<!-- For UNPKG use the code below. -->
<script src="https://unpkg.com/parse-hex-to-rgba"></script>
<!-- For JSDelivr use the code below. -->
<script src="https://cdn.jsdelivr.net/npm/parse-hex-to-rgba"></script>
<script>
// UMD module is exposed through the "parseHexToRgba" global variable.
console.log(parseHexToRgba);
</script>Documentation
Documentation generated from source files by Typedoc.
License
Released under MIT License.
