Wednesday, February 01, 2012

jCanvas = jQuery + HTML5 canvas

jCanvas | jQuery meets the HTML5 canvas

Canvas's simple syntax makes drawing shapes as easy as it should be.

$("canvas").drawArc({
  fillStyle: "#333",
  x: 50, y: 50,
  radius: 25
});

Free and open-source

Gallery | jCanvas