From 862c3f94803261ea2f40294ece388e80face528a Mon Sep 17 00:00:00 2001 From: zhengxiaopeng <zxpscau@163.com> Date: Tue, 9 Jul 2024 10:36:36 +0800 Subject: [PATCH] update --- docs/index.md | 3 +++ 1 file changed, 3 insertions(+) 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) }