I have this javascript: function getImage(input) { status++; var base64 = $(‘#edit’).croppie(‘result’, { type: ‘base64’, size: ‘viewport’, format: ‘jpeg’, }).then(function(base64){ …
I have this javascript: function getImage(input) { status++; var base64 = $(‘#edit’).croppie(‘result’, { type: ‘base64’, size: ‘viewport’, format: ‘jpeg’, }).then(function(base64){ …