1.0.0-beta.1 • Published 2 years ago

make-tints v1.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.0-beta.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

2 years ago