https://github.com/sketchingdev/undo-able-paint-application
Example paint application with undo functionality.
https://github.com/sketchingdev/undo-able-paint-application
Last synced: 4 months ago
JSON representation
Example paint application with undo functionality.
- Host: GitHub
- URL: https://github.com/sketchingdev/undo-able-paint-application
- Owner: SketchingDev
- Created: 2013-11-25T23:17:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T19:05:31.000Z (over 11 years ago)
- Last Synced: 2025-05-06T05:43:21.657Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Undo-able Paint Application
===========================
This project is a example of the [Command pattern][1] being used to implement undo functionality in a simple JavaScript Paint Application. It was created to accompany [my blog article][2] on the subject.
Generating documentation
------------------------
To generate the project's documentation download [JSDoc 3][3], and then execute the following (being sure to modify the paths where necessary).
./jsdoc/jsdoc.cmd -r "./Undo-able-Paint-Application/src/" -d "./Undo-able-Paint-Application/docs"
[1]: https://en.wikipedia.org/wiki/Command_pattern
[2]: http://www.flyingtophat.co.uk/blog/2014/02/25/undo-functionality.html
[3]: https://github.com/jsdoc3/jsdoc.git