svelte-pdfjs icon indicating copy to clipboard operation
svelte-pdfjs copied to clipboard

Results 5 svelte-pdfjs issues
Sort by recently updated
recently updated
newest added

pdfjs-dist v4 seems to need `.mjs` rather than `.js` in `set_pdfjs_context`, but with that done, or in v3, I get the error: > Unhandled Promise Rejection: TypeError: getDocument is not...

dunno how I didn't notice this for so long, but text rendering hasn't been working since this commit 719cd170820325467ea66db7194ce85fdcd9af6e If anything I'd expect it to be broken from the one...

closes #14 closes #15 @s3812497 It can't use the `$app` modules from Kit, I had to change it to esm-env. There were some overdue changes I had to make to...

The library is currently incompatible with SSR. Disabling SSR solves the issue, but prevents advantages such as opengraph meta generation. - Could this be solved by only rendering if it's...

Currently, the Document and Page components dynamically import internal Document and Page components, for compatibility with SvelteKit, this was done to avoid having to do it in the consumer. However,...