Introduction
If you want to draw something on your web pages without any server-side languages, you can try JSDraw! JSDraw supplies a collection of functions to draw on web pages. It implements in pure JavaScript, you can added JSDraw into your web project easily. JSDraw has a Java2D-like API, it is quite easy to use.
Details
These are JSDraw details:
- pure JavaScript
- no 3th party libraries
- easy to add into new or existing pages
- clear Java2D-like API, OO implements