Closed srinathgs closed 11 years ago
It's not a rotate plugin specific issue, the script beelow using crop fails the same way:
var Caman = require('caman').Caman;
Caman("tshirt.jpg", function () {
this.crop(50, 50);
this.render(function () {
this.save("output.jpg");
});
});
Hi,
I just used the caman.full.js from this repo and copied to the node_modules folder.
then I wrote a sample code to test the image rotation feature of camanJS. but it fails throwing the following error.
Help!! Thanks and Regards,
Srinath