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

<PdfViewer> was created without expected prop 'url' #81

Open bluepuma77 opened 1 month ago

bluepuma77 commented 1 month ago

This seems strange, as I should be able to simply use

<PdfViewer data={atob(base64)} />

The readme also states that url is a required prop.