fix
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,6 +1,7 @@
|
||||
import { toAny } from "../../utils/toany";
|
||||
import { printDebug, printWarn } from "../../utils/logger";
|
||||
import { createUUID } from "../../utils/uuid";
|
||||
import { getConfig } from "../config";
|
||||
|
||||
let _events = {};
|
||||
let _callbacks = {};
|
||||
@@ -1,4 +1,4 @@
|
||||
import { inRuntime, bridgeAsync } from "../bridge/appbridge";
|
||||
import { inRuntime, bridgeAsync } from "../bridge";
|
||||
import { isSupportWebScan, startScanForWeb, stopScanForWeb, isSupportImageScan, startScanForImage } from "../web";
|
||||
import { isSupportWxScan, startScanForWx } from "../wx";
|
||||
import { startScanner, stopScanner } from "../scanner";
|
||||
|
||||
Reference in New Issue
Block a user