qrcodejs icon indicating copy to clipboard operation
qrcodejs copied to clipboard

how can user 'import'

Open xcsweb opened this issue 7 years ago • 3 comments

like 'import qrcode from 'qrcode' '

xcsweb avatar May 10 '17 02:05 xcsweb

add export default QRCode; and replace this._android && this._android <= 2.1 to this && this._android <= 2.1

x1ongzhu avatar May 26 '17 03:05 x1ongzhu

yes ,it work , katoto-qrcode also work support import

katoto avatar Oct 15 '19 06:10 katoto

add export default QRCode; and replace this && this._android && this._android <= 2.1 to this && this._android <= 2.1

katoto avatar Oct 15 '19 06:10 katoto