graypegg / chromatism

:rainbow: A simple set of utility functions for colours.
1.78k stars 37 forks source link

Adding ESM module, switching to Rollup from webpack, thanks to @TehShrike #3

Closed graypegg closed 7 years ago

graypegg commented 7 years ago

Using Rollup now. The ES6 module isn't tree-shakable at the moment, but this is on the roadmap. See https://github.com/toish/chromatism/projects/4#card-3100974

Thanks to @TehShrike for helping me to figure out Rollup!