graypegg / chromatism

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

Update readme with the refactor branch API changes #21

Closed TehShrike closed 7 years ago

TehShrike commented 7 years ago

Should include both the upcoming changes to adapt (#19) and the fact that chaining is no longer supported.

I think that's the only API changes?

It would be good to note that ES modules/treeshaking is supported, for the browser-serving folks like me who are toolbox-module-averse.

Not as important, but we should also consider adding some really small example lines for each function for people to see and copy/paste. We can use jsmd to make sure that the examples stay accurate.

graypegg commented 7 years ago

Love the idea of using hand jsmd for this. I also have been on-and-off working on a demo for each one of the methods. Might get something online we can link to for each operation

graypegg commented 7 years ago

Sorry for the wait! See #28 !

graypegg commented 7 years ago

Fixed in #28