A library for converting PDF to images using WebAssembly.
Inspired of https://github.com/ol-th/pdf-img-convert.js but uses https://github.com/Brooooooklyn/canvas so there's no postinstall.
This is ready for BaaS functions such as Supabase functions.
- Install dependencies:
bun i
- Run the unit tests:
bun test
- Build the library:
bun run build