remove mime type from base64 javascript

Solutions on MaxInterview for remove mime type from base64 javascript by the best coders in the world

showing results for - "remove mime type from base64 javascript"
Leo
29 Nov 2018
1var strImage = strToReplace.replace(/^data:image\/[a-z]+;base64,/, "");
2