/pdfoxide

Primary LanguageRust

Playing with PDF rendering in WASM

Run

  1. compile wasm bundle
cd pdfoxide-core
wasm-pack build --target web --release
  1. run vite dev server
cd pdfoxide-svelte
npm i
npm run dev