plugins

Sketchable# plugins

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.
}