alchemist-xyz

the official XYZ color-space plugin for Alchemist.js

Usage no npm install needed!

<script type="module">
  import alchemistXyz from 'https://cdn.skypack.dev/alchemist-xyz';
</script>

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