🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more
Socket
Book a DemoInstallSign in
Socket

argb2rgba

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argb2rgba

argb转rgba 值转换

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

argb2rgba

argb转rgba 值转换

使用方式

yarn add argb2rgba
// 或
npm i argb2rgba
import argb2rgba from 'argb2rgba'
// 或
var argb2rgba = require('argb2rgba')

argb2rgba('#99FFFFFF')  // 输出 'rgba(255,255,255,0.6)'

FAQs

Package last updated on 16 Aug 2021

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