webdesserts / alchemist-js

The extensible color library
https://webdesserts.gitbooks.io/alchemist-js/
MIT License
11 stars 2 forks source link

.reset() #21

Open webdesserts opened 9 years ago

webdesserts commented 9 years ago

Now that we are pulling Creatable out into it's own repo (see #20) I've added the ability to reset objects that inherit from it. This should allow the user to take any Alchemist object and clear any plugins and configuration they had on it at any time. I should at least add a note about this in the documentation. I should also consider if there are other ways this could be useful.