Sumo Paint is a more advanced tool for those who want to draw and paint directly in the browser. It’s also available as a regular computer program. However, the latter requires a paid subscription.
Uses several ES6 features in the source code (import, classes, let, const, arrows) but is packaged using babel so you can use it in legacy JS environments. Version 2.0 is a complete rewrite from the ...