ngImgCrop
ngImgCrop copied to clipboard
Base64 input image
I'm grabbing my image from a users webcam and store it in $scope.newUser.Photo in Base64 format. I've tried using ngImgCrop but it looks like it doesn't like Base64 input.
Does this support Base64 input? How?
It does. I'm currently using it that way. Can you post a JSfiddle/codepen with code reproducing your problem?