pyxe
v0.0.0
Published
Universal color model and transformation framework
Downloads
3
Maintainers
Readme
pyxe
[!WARNING] This package is currently under development and not intended for use.
It has been published with version0.0.0to reserve the name on npm.
What is this?
pyxe will become a modular and lightweight color computation framework built in TypeScript.
It aims to support:
- Color space conversions (RGB, LAB, LCH, HSL, XYZ, etc.)
- Color transformations (hue shift, lighten/darken, interpolation)
- Named color libraries (RAL, CSS, custom sets)
- Flexible parsing and comparison mechanisms
All features will be split into submodules, so you only install what you really need.
Why the name?
Because when it comes to color, every little pyxe(l) counts.
(Also: pyxe sounds like pigments, and it's short, unique, and available 😎)
Stay tuned!
The actual implementation is coming soon. This is just the primer coat.
