Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samvv/fastcolor
- Owner: samvv
- License: mit
- Created: 2023-11-11T12:17:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T17:02:23.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:01:12.073Z (8 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.