2.0.0 • Published 9 years ago

alchemist-xyz v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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: {}
}