Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2009-08-04 | 635 Bytes | |
COPYING | 2009-08-04 | 1.2 kB | |
AUTHORS | 2009-08-04 | 205 Bytes | |
util.js | 2009-08-04 | 9.8 kB | |
rotateFox.js | 2009-08-04 | 24.8 kB | |
demo.html | 2009-08-04 | 1.5 kB | |
Totals: 6 Items | 38.2 kB | 0 |
RotateFox ------------------------------------------------------------------------------- DESCRIPTION Rotation of Images can now be done instantaneously on Firefox using RotateFox Library. No server side service required. Easy installation. ------------------------------------------------------------------------------- INSTALLATION Include the rotatefox.js and util.js in the same directory as your HTML files, and create the rotate-able image by the following code snippet: a = new ImageCanvas("Test"); a.create("cloudbright.jpg"); Please look at the demo.html code to see how to best implement this.