Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samvv/fastcolor

Fast color conversion library for JavaScript/TypeScript
https://github.com/samvv/fastcolor

Last synced: about 1 month ago
JSON representation

Fast color conversion library for JavaScript/TypeScript

Awesome Lists containing this project

README

        

# Fast Color Library

This is a color conversion library that has been optimised for speed and
accuracy. In a similar fashion to [gl-matrix][glm], this library consists
entirely out of pure functions that can easily be optimised away by VMs and web
bundlers.

- **Full support for tree shaking.** Distribute only what you need!
- **Growing collection of mostly pure functions.** Easily compose functions
for more complex behavior.
- **MIT licensed**, so you basically can do what you want with it (though a
backlink is always appreciated).

[glm]: https://glmatrix.net/

## Documentation

The documentation is rendered using TypeDoc and [available online][docs].

[docs]: https://samvv.github.io/fastcolor/

## License

This software is generously licensed under the MIT license.