@nuintun/qrcode
Advanced tools
Comparing version 0.18.0 to 0.18.1
{ | ||
"name": "@nuintun/qrcode", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "QRCode encode and decode library.", | ||
"main": "es5/index.js", | ||
"module": "esnext/index.js", | ||
"types": "types/index.d.ts", | ||
"typings": "types/index.d.ts", | ||
"repository": { | ||
@@ -32,3 +32,3 @@ "type": "git", | ||
"devDependencies": { | ||
"rollup": "^1.11.2", | ||
"rollup": "^1.11.3", | ||
"typescript": "^3.4.5", | ||
@@ -35,0 +35,0 @@ "rollup-plugin-node-resolve": "^4.2.3" |
@@ -133,3 +133,3 @@ # QRCode | ||
- scan(src: string): Promise<DecoderResult> | ||
- scan(src: string): Promise\<DecoderResult> | ||
@@ -136,0 +136,0 @@ - Decode a qrcode from image src. |
380320
77
9341