@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 402 B
JavaScript
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