Liquid Canvas Version 0.1 Out Now
I’ve just released version 0.1 of Liquid Canvas.
It’s a JavaScript library for drawing inside your web page. It works on top of HTML canvas, jQuery and excanvas.
On the Liquid Canvas page you’ll find a demo and an example of how it works.
Here’s just a teaser take from the basic example:
$(window).load(function() { $("#example").liquidCanvas( "[shadow border gradient] => roundedRect{radius:50}"); });
Yeah, this beast renders rounded corners with a drop shadow! Harrharrharr!!!