diff --git a/EnvelopeGenerator.Web/wwwroot/js/util.js b/EnvelopeGenerator.Web/wwwroot/js/util.js new file mode 100644 index 00000000..bba9fce3 --- /dev/null +++ b/EnvelopeGenerator.Web/wwwroot/js/util.js @@ -0,0 +1 @@ +const B64ToBuff = (base64String) => new Uint8Array(Array.from(atob(base64String), char => char.charCodeAt(0))).buffer; \ No newline at end of file