1.0.0-beta.1 • Published 3 years ago

make-tints v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

NPM version CI install size

Install

npm i make-tints

See it in action

Usage

import {tint} from 'make-tints'

const tintBy = tint('#000')
tintBy(-20) //=> 000000 darker tints can be achieved by using negative percentages
tintBy(20) //=> 333333
tintBy(40) //=> 666666
tintBy(60) //=> 999999

License

MIT License © 2022 Reaper

0.0.11

3 years ago

1.0.0-beta.1

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago