You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The classifyDataModes() method tries to detect which dataModeNumeric, dataModeAlphanumeric or dataModeByte to use. Interesting that there is also Japan mode which is not supported. Maybe it makes sense to support it?
I have to generate many qr codes as fast as possible so I want to set the mode manually to skip this detection.
Can we create a new field in the config to preset the mode?
The classifyDataModes() method tries to detect which dataModeNumeric, dataModeAlphanumeric or dataModeByte to use. Interesting that there is also Japan mode which is not supported. Maybe it makes sense to support it?
I have to generate many qr codes as fast as possible so I want to set the mode manually to skip this detection.
Can we create a new field in the config to preset the mode?
The https://github.com/yeqown/go-qrcode allows to do that.
The text was updated successfully, but these errors were encountered: