There were a couple of plugins for my customer from the USA. The customer had the educational website for children, and one of the sections was dedicated to exploring of Microsoft Paint application.
Graphics implementation was done using Canvas functionality. Users can draw graphical primitives, and manage colors and line widths using this plugin. Basically, all functions of Microsoft Paint were implemented in this here, including copy, paste and cut functionality. The plugin allows downloading of graphics as PNG files.
Please, take a look at the gallery below to understand how this works.
The plugin's main screen
The plugin can draw graphics primitives
Copy function
Selection section features
Cut image function
The plugin can manage brushes
The plugin allows to save drawing
I made a full copy of the Windows desktop app as a plugin using JavaScript, jQuery, and CSS.



