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 situation I encountered is to need both API of qart and qrcode, since qart didn't expose the qrcode API, will need to install the origin qrcode-generator. This makes the bundle size bigger than it should. :)
The text was updated successfully, but these errors were encountered:
Hello, thank you for the amazing
qart
.Wondering if it's possible to use https://www.npmjs.com/package/qrcode-generator as dependency rather than including
qrcode.js
in the bundle? or maybe exposeqrcode
API ?The situation I encountered is to need both API of
qart
andqrcode
, sinceqart
didn't expose theqrcode
API, will need to install the originqrcode-generator
. This makes the bundle size bigger than it should. :)The text was updated successfully, but these errors were encountered: