diff --git a/docs/index.md b/docs/index.md index 1bee597..c6f317c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -180,6 +180,9 @@ If you have some question or advise, you can send me a E-mail(zxpscau@163.com) o margin: 20 } }) + qr.getImage().then(image => { + console.log('open image is:' , image) + }) } catch (err) { console.log(err) }