# Farbe

 **Farbe** - is a small JavaScript library for manipulating with a color.

#### Status
![Dependencies](https://img.shields.io/badge/Dependencies-none-darklime.svg)
![Package Version](https://img.shields.io/github/package-json/v/olton/farbe)
![NPM Version](https://img.shields.io/npm/v/%40olton%2Ffarbe)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?color=7852a9)
![Code size](https://img.shields.io/github/languages/code-size/olton/farbe.svg?color=830000)

Farbe provides `class` and `routines` for operations with color. 

**Farbe** provides simple API that may be used to create colors (`HEX`, `RGB`, `RGBA`, `HSV`, `HSL`, `HSLA`, `CMYK`), 
and perform various color related operations (conversions and such) and create 
any color schemes (complementary, triple, ...)

## Install
```shell
npm i @olton/farbe
```

## Documentation

Read about `Hooks` usage in the [Metro UI](https://docs-new.metroui.org.ua/libraries/farbe) documentation.

## License

Hooks are licensed under a [MIT license](LICENSE).

## Support

If you like this project, please consider supporting it by:

+ Star this repository on GitHub
+ Sponsor this project on GitHub Sponsors
+ **PayPal** to `serhii@pimenov.com.ua`.
+ [**Patreon**](https://www.patreon.com/metroui)
+ [**Buy me a coffee**](https://buymeacoffee.com/pimenov)

---

Copyright (c) 2025 by [Serhii Pimenov](https://pimenov.com.ua)