vinodnimbalkar / svelte-pdf

svelte-pdf provides a component for rendering PDF documents using PDF.js
https://www.npmjs.com/package/svelte-pdf
MIT License
196 stars 47 forks source link

Doesn't work in Safari when used on a Sapper app #24

Open hubert-ix opened 2 years ago

hubert-ix commented 2 years ago

I am getting an empty result on Safari when the package is used within a Sapper app (it works fine on other browsers)

This is the code I've used, taken straight from the docs:

`

`

aureleoules commented 1 year ago

I have the same issue.