parse-hex-to-rgba
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i parse-hex-to-rgba

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

13.5 kB

Total Files

24

Last publish

Collaborators

  • iagobelo