UNPKG

@tarojs/taro-h5

Version:
10 lines (7 loc) 402 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 人脸识别 const stopFaceDetect = /* @__PURE__ */ temporarilyNotSupport('stopFaceDetect'); const initFaceDetect = /* @__PURE__ */ temporarilyNotSupport('initFaceDetect'); const faceDetect = /* @__PURE__ */ temporarilyNotSupport('faceDetect'); export { faceDetect, initFaceDetect, stopFaceDetect }; //# sourceMappingURL=facial.js.map