A JavaScript graphics library is a collection of functions used to aid in the creation of graphics for either the HTML5 canvas element or SVG. These libraries aid in the development and display of graphic elements like particles, motion, animation, plotting and SVG, 3D graphics and in most cases, also provide easier access to JavaScript events.
Contents
Most of these graphic libraries are APIs in name and function, but it can be compared by their merit as graphical libraries.
Distinction between other types of libraries and APIs
There is a distinction to be made between a graphics library, a scene graph, and a physics engine. Examples of each are often visual in nature, although the type of processing is often very different.
Examples
There are some of the more frequently updated and feature-rich projects.
References
JavaScript graphics library Wikipedia(Text) CC BY-SA