mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
5 lines
99 B
JavaScript
5 lines
99 B
JavaScript
|
const wasmUrl = new URL(
|
||
|
/*webpackIgnore: true*/
|
||
|
/*@vite-ignore*/
|
||
|
"qwerty.wasm", import.meta.url);
|