0.0.2 • Published 4 years ago

parse-hex-to-rgba v0.0.2

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

Parse Hex To RGBA

Build Status License Library minified size Library minified + gzipped size

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-rgba

Installation 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.