mirror of
https://github.com/cnwhy/QRCode-decode.git
synced 2026-08-12 20:31:40 +08:00
v0.0.1
This commit is contained in:
Vendored
+3
-11
@@ -3029,19 +3029,11 @@
|
||||
img.onerror = cb;
|
||||
};
|
||||
|
||||
var browser = {
|
||||
decodeByImageDate: QRCodeDecode,
|
||||
decodeByDom: decodeByDom,
|
||||
decodeByUrl: decodeByUrl
|
||||
};
|
||||
var browser_1 = browser.decodeByImageDate;
|
||||
var browser_2 = browser.decodeByDom;
|
||||
var browser_3 = browser.decodeByUrl;
|
||||
QRCodeDecode.decodeByDom = decodeByDom;
|
||||
QRCodeDecode.decodeByUrl = decodeByUrl;
|
||||
var browser = QRCodeDecode;
|
||||
|
||||
exports.default = browser;
|
||||
exports.decodeByImageDate = browser_1;
|
||||
exports.decodeByDom = browser_2;
|
||||
exports.decodeByUrl = browser_3;
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user