-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I expected this to use the ES2015 export { BrowserQRCodeSvgWriter } syntax. Instead, it uses CommonJS's require.
I suspect your tsconfig needs to be updated to export proper ES modules (module: "ES2015"), or your transpiled folder should be renamed cjs.
https://unpkg.com/@zxing/[email protected]/esm5/browser/BrowserQRCodeSvgWriter.js
Metadata
Metadata
Assignees
Labels
No labels