Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created April 22, 2020 03:06
Show Gist options
  • Select an option

  • Save Jagathishrex/f430a32216efbf1ef2e6432857260325 to your computer and use it in GitHub Desktop.

Select an option

Save Jagathishrex/f430a32216efbf1ef2e6432857260325 to your computer and use it in GitHub Desktop.
function getBase64String(dataURL) {
var idx = dataURL.indexOf('base64,') + 'base64,'.length;
return dataURL.substring(idx);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment