What's Changed
- feat: take advantage of the built-in pdf embedding support by @ayame113 in #3
- If the built-in pdf embed support is available, take advantage of it.
- Shows a download link if an error occurs while loading.
- chore: setup demo page by @ayame113 in #4
- feat: Reload pdf when src attribute is changed. by @ayame113 in #5
const el = document.querySelector("embed-pdf"); el.setAttribute("src", "./path/to/pdf"); // then the pdf at the new path is loaded
- chore: update readme by @ayame113 in #6
Full Changelog: v1.2.0...v1.3.0