Rishabh Shukla
Rishabh Shukla
Firela: https://resume.github.io/?Firela
This PR is work in progress, At the moment Resize, Crop & Constrained Crop module doesn't work correctly unless used with a setTimeout to generateOutput, This PR solves problem of...
I removed all the instances of setTimeout and added changePixel method to the modules, this makes them work without a problem, but I don't know why this is happening, for...
Ok, so i changed pixelManipulation such that generateOutput will be called only once and extraManipulation will be called only after changePixel. But, as of now resize and crop modules are...
At the moment these modules are not working - ~~canvas-resize (this is also not working on beta site)~~ - ~~colorbar(will be fixed when crop module is fixed)~~ - constrained-crop(will be...
Canvas Resize is now fixed :tada: and I've also added an option to change the background color of the new canvas :smile: 
Crop Module is also fixed :tada:  So, since crop is fixed hence colorbar is also fixed there is minor change to be made in constrained crop...
AddQr test was failing because it's benchmark was wrong, probably changed in #1550, I've updated it, It should pass now!
All modules are working fine now :tada:
@publiclab/is-reviewers @jywarren @HarshKhandeparkar please review this!!