Quite like the idea, and the execution seems simple enough. What I would add to your site tho, are examples of the actual examples :). Now your examples are just code, while it would be nice to see them. Either next to the code, or with tabs, or... You get the idea. Kind of how the jQuery site does it.
It is great for dynamic images, but I would think 99% of use cases is for static image. I would appreciate feature which does the magic and enables me to render static piece of HTML+CSS for direct replacement.
This way I would be able to bake static version during development and publish it without dependency on canvas or other tricky methods.
Haven't read all the technical details, but if the idea is to "sandbag" the image, text of all sizes and fonts should be able to flow around it properly? All it does is to create shape out of divs that is a closer match to the visible pixels than a rectangle.
EDIT: It seems that this plugin falls back on the normal css float property, so the only downsides I see are that JS is required and there is some small bandwidth overhead of sending the script. Not very big downsides at all.
I think what's really cool about this is that it looks like a really helpful tool for breaking the boxy, straight-line feel of nested elements and display:block that is normally the natural state of web page design. Props.
This looks great, will be using it. If I run into anything I'll let you know. Am I safe in assuming that if canvas is not supported it just does around-the-image wrapping?
That's right, it checks for canvas before it tries to do anything. If you find any bugs or have requests, the google code page where you download it from has an issue tracker. Glad you like it!