Skip to content

Instantly share code, notes, and snippets.

@NeftaliYagua
Created May 10, 2024 21:40
Show Gist options
  • Save NeftaliYagua/60336c382f61678a49454991cce12c14 to your computer and use it in GitHub Desktop.
Save NeftaliYagua/60336c382f61678a49454991cce12c14 to your computer and use it in GitHub Desktop.
$("form").on('submit', async function (evt) {
evt.preventDefault();
const result =await basic.croppie('result', { type: 'base64', size: 'viewport'});
$('#base64_image').val(result);
this.submit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment