alchemist-xyz
v2.0.0
Published
the official XYZ color-space plugin for Alchemist.js
Downloads
31
Maintainers
Readme
XYZ
alchemist-xyz
is the official XYZ color-space plugin for alchemist.js. It is
available as an npm package and a UMD module. It also is inlcuded by
default in alchemist-common and consiquentially, alchemist itself.
XYZ acts as the center of all Alchemist.js color-spaces. XYZ does not know about or understand any other color-spaces and is essentially nothing but a value store. To drive that point home, here is the XYZ plugin in it's entirety:
{
name: 'xyz',
to: {}
}