1.1.0 • Published 4 years ago

ts-rgba v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

ts-rgba

Description

rgba utils written in typescript

Install

npm i ts-rgba

Usage

import { RGBA } from 'ts-rgba'

const black = new RGBA(0,0,0)
console.log(black)
console.log(black.inverted)
console.log(black.lighter(0.1).darker(0.05))
console.log(black.mix(new RGBA(255,255,255)))
console.log(black.rgbAvg)
1.1.0

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago