Burak Gür

Results 2 comments of Burak Gür

> ```ts > if (typeof atob === 'undefined') { > global.atob = function (b64: string) { > return Buffer.from(b64, 'base64').toString('utf-8'); > }; > } > ``` I use this one...

> all the links in the pdf I'm exporting are clickable. what platform are you using? I'm using a Mac and iPhone. I've tried both platforms, but I didn't see...