Plugins store.
- Source:
Example
// Note: All plugins are created after instance initialization.
Sketchable.prototype.plugins['your-awesome-plugin'] = function(instance) {
// Do something with the Sketchable instance.
}
Plugins store.
// Note: All plugins are created after instance initialization.
Sketchable.prototype.plugins['your-awesome-plugin'] = function(instance) {
// Do something with the Sketchable instance.
}