Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

alphaify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphaify

takes a color and sets its alpha.

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
27
68.75%
Maintainers
1
Weekly downloads
 
Created
Source

alphaify

give a color an alpha

Example usage

var alphaify = require('alphaify');
var color = alphaify('blue', 0.1);
console.log(color); // rgba(0,0,255, 0.1)

To install

npm install alphaify --save

Keywords

alphaify

FAQs

Package last updated on 10 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts