Liquid Canvas is a JavaScript library which allows you to draw
inside an HTML canvas element with an easy yet powerful description
language.
It can be used to add graphics to your web page without ever touching an image creation tool.

  • Automatic generation of HTML canvas elements which scale with their HTML container, e.g. a floating DIV
  • Abstraction of canvas – each HTML element gets a „paint“ method
  • Works with plugins for rendering
  • Loads of plugins already exist
  • Own plugins are possible
  • Simplified render language for plugin-based rendering
  • Rendering language uses a CSS-like syntax for plugin styles
  • Based on HTML Canvas, jQuery, ExplorerCanvas
  • Tested on Firefox, Internet Explorer, Safari, Chrome

More