Load Paged.js as a model #19
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just learning from Julie Blanc from Paged.js that you can load Paged.js as a module, which means that you can execute code before loading Paged.js. In this way, we can get rid of the
<iframe>
in the PDF view.See:
esm
basically stands for "paged.js as a module"Paged.js: load paged.js as a modelto Load Paged.js as a model🤟