Skip to content

1.4.0

Compare
Choose a tag to compare
@Vexcited Vexcited released this 22 Sep 20:24
· 258 commits to main since this release
  • Fix the exports for ESM and CJS, now able to import {} from "..."; and const {} = require("...")
  • Only load the PDF.js package when calling the parse PDF function for the first time. It reuses the cache after.
  • Prevent pollution of global by removing usage of globalScope.PDFJS

v1.3.0...v1.4.0