kazuhikoarase / qrcode-generator

QR Code Generator implementation in JavaScript, Java and more.
https://kazuhikoarase.github.io/qrcode-generator/js/demo/
MIT License
2.1k stars 677 forks source link

Namespace collision #26

Open Overdrivr opened 7 years ago

Overdrivr commented 7 years ago

Hi,

I have a namespace collision between your library and this one (QR code reading library).

Both define the qrcode object.

What is your recommendation for fixing this ?

mix3d commented 7 years ago

Copy the source and rename the exported value as qrcodeGenerator?

Overdrivr commented 7 years ago

It's already what I am doing, but it's not great for updates, very error prone

FranklinYu commented 6 years ago

Use a module system (AMD, UMD, ES Module) that allows rename of imported variable.