2.0.3 • Published 5 years ago

the-color v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

the-color

Build Status npm Version JS Standard

Color utility for the-framework

Installation

$ npm install the-color --save

Usage

'use strict'

const {colorWithAlpha} = require('the-color')

async function tryExample () {
  console.log(colorWithAlpha('#AAA',0.5)) // -> rgba(170, 170, 170, 0.5)
}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links

2.0.3

5 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago