JakeSidSmith / canvasimo

An HTML5 canvas drawing library, with 150+ useful methods, jQuery-like fluent interface, and cross-browser compatibility enhancements.
http://canvasimo.com
MIT License
16 stars 2 forks source link

Plugins #100

Open JakeSidSmith opened 6 years ago

JakeSidSmith commented 6 years ago

Allow defining plugins to add additional methods e.g. for drawing chart stuff

Ensure that plugins cannot override default methods, or each other.