Open melefabrizio opened 8 years ago
Should be:
save: { callback: function() { this.darkroom.selfDestroy(); // Cleanup var newImage = dkrm.sourceCanvas.toDataURL(); fileStorageLocation = newImage; } }
toDataURL() called on canvas doesn't return the original size image.
canvas
Should be:
FAQ
toDataURL() called on
canvas
doesn't return the original size image.