Mauro Bilotti

Results 1 comments of Mauro Bilotti

This made the magic for me: this.crop = function (file, data) { var _decodeBlob = this.decode; return this.encode(file).then(_createImage).then(function (image) { var canvas = createCanvas(data); var context = canvas.getContext('2d'); drawImage(context, image,...