yugasun / qrcode-decoder

🤘Tool for decoding qrcode by image,video or camera.
https://yugasun.github.io/qrcode-decoder/
MIT License
97 stars 35 forks source link

qrcode_decoder__WEBPACK_IMPORTED_MODULE_0___default.a is not a constructor #20

Closed karlkidd closed 1 year ago

karlkidd commented 2 years ago

// "qrcode-decoder": "^0.3.1", import QrCode from 'qrcode-decoder' console.log( QrCode ); // QrCode is {} const qr = new QrCode(); console.log(qr); // qrcode_decoderWEBPACK_IMPORTED_MODULE0default.a is not a constructor

// this import is can be use import QrCode from '../node_modules/qrcode-decoder/dist/index'

// Please repair as soon as possible,thanks

yugasun commented 2 years ago

Can you provite reproduce project? You can find entry for different environment in https://github.com/yugasun/qrcode-decoder/blob/master/package.json#L5

svegan commented 1 year ago

@karlkidd have you found how to solve it? Have exactly same issue =/

yugasun commented 1 year ago

@svegan Could you provite repo link?

karlkidd commented 1 year ago

@karlkidd have you found how to solve it? Have exactly same issue =/ // copy the node_modules/qrcode-decoder/dist/index.js file into your project import QrCode from '../node_modules/qrcode-decoder/dist/index'

karlkidd commented 1 year ago

Can you provite reproduce project? You can find entry for different environment in https://github.com/yugasun/qrcode-decoder/blob/master/package.json#L5

vue项目,不能直接import QrCode from 'qrcode-decoder'使用,但是可以这么用 import QrCode from '../node_modules/qrcode-decoder/dist/index'

svegan commented 1 year ago

@svegan Could you provite repo link?

@yugasun Unfortunately no, it's private client's project.

svegan commented 1 year ago

Can you provite reproduce project? You can find entry for different environment in https://github.com/yugasun/qrcode-decoder/blob/master/package.json#L5

vue项目,不能直接import QrCode from 'qrcode-decoder'使用,但是可以这么用 import QrCode from '../node_modules/qrcode-decoder/dist/index'

Thanks @karlkidd. Thought you found some elegant solution. Your way didn't work for me anyways 😒

yugasun commented 1 year ago

@svegan Could you provite repo link?

@yugasun Unfortunately no, it's private client's project.

You can provite a reproduce demo