@yidun/livedetect-sdk-h5 1.2.5 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -69,9 +69,9 @@ import '@yidun/livedetect-sdk-h5/dist/es/NELiveDetection.css';
69
69
 
70
70
  ```html
71
71
  <!-- head 标签下样式文件引入 -->
72
- <link rel="stylesheet" href="https://yidunfe.nosdn.127.net/sdk/NELiveDetection.v1.2.5.min.css" />
72
+ <link rel="stylesheet" href="https://yidunfe.nosdn.127.net/sdk/NELiveDetection.v2.0.0.min.css" />
73
73
  <!-- body 标签下引入 sdk -->
74
- <script src="https://yidunfe.nosdn.127.net/sdk/NELiveDetection.v1.2.5.umd.js"></script>
74
+ <script src="https://yidunfe.nosdn.127.net/sdk/NELiveDetection.v2.0.0.umd.js"></script>
75
75
  ```
76
76
 
77
77
  引入该脚本之后,不需要像**模块引入**方式一样通过 `import` 引入 `NELiveDetection` 变量,该变量已经挂载到全局,初始化时直接按下列方式即可:
@@ -271,9 +271,15 @@ instance.on('error', (err) => {
271
271
  | ------ | ------------------------------------ |
272
272
  | 10000 | 校验不通过 |
273
273
  | 10001 | 校验接口网络错误 |
274
- | 11000 | 浏览器没有摄像头权限或⽤户拒绝授权 |
274
+ | 11000 | 获取相机权限失败 |
275
275
  | 11001 | 鉴权不通过 |
276
276
  | 11002 | 浏览器不支持 |
277
+ | 11003 | 用户拒绝相机权限授权 |
278
+ | 11004 | 找不到摄像头 |
279
+ | 11005 | 异常硬件导致无法读取摄像头 |
280
+ | 11006 | 摄像头分辨率过低 |
281
+ | 11007 | 未知问题导致摄像头无法被使用 |
282
+ | 11008 | 炫瞳检测失败 |
277
283
  | 12000 | 获取配置接口网络错误 |
278
284
  | 12001 | 获取配置失败,请检查接入配置是否正确 |
279
285
 
@@ -1 +1 @@
1
- .ne-live-detection{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.ne-live-detection_tip{color:#222;font-size:22px;font-weight:600;text-align:center;width:100%}.ne-live-detection_camera{margin-top:60px;position:relative;width:100%}.ne-live-detection_camera_inner{align-items:center;background-color:#000;border-radius:50%;display:flex;height:220px;justify-content:center;margin:0 auto;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;position:relative;width:220px;z-index:20}.ne-live-detection_camera_loading-text{align-items:center;background:rgba(0,0,0,.1);color:#fff;display:flex;display:none;font-size:20px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ne-live-detection_camera_loading-text--show{display:block}.ne-live-detection_camera_circle-bg{border:2px solid #e6ebfa;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:30}.ne-live-detection_camera_circle-animation{border:2px solid transparent;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:40}.ne-live-detection_progress{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center;margin-top:60px}.ne-live-detection_progress_step{background:#dde3ef;border-radius:100%;font-size:0;height:10px;margin:0 8px;width:10px}.ne-live-detection_progress_step--active{align-items:center;background:#2b63ff;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;width:20px}.ne-live-detection_footer{align-items:flex-end;display:flex;flex:1;justify-content:space-around;margin-top:60px;width:100%}.ne-live-detection_footer_icon-wrap{align-items:center;display:flex;flex:1;flex-direction:column;height:68px;padding:0 4px}.ne-live-detection_footer_icon{height:32px;width:32px}.ne-live-detection_footer_text{color:#8a8a99;font-size:14px;margin:16px 0 0;text-align:center}.ne-live-detection_color{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.ne-live-detection_color_circle{animation:scale .3s linear;animation-fill-mode:forwards;animation-play-state:paused;border-radius:50%;display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1)}.ne-live-detection_color_circle--active{animation-play-state:running;display:block}.ne-live-detection_record{background:#fff;bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:50}.ne-live-detection_record-checking,.ne-live-detection_record-fail,.ne-live-detection_record-start{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.ne-live-detection_record-tip-icon{height:140px;margin-top:70px;width:140px}.ne-live-detection_record-ani-wrapper{height:80px;margin:70px 0 32px;position:relative;text-align:center;width:80px}.ne-live-detection_record-tip-main{color:rgba(34,34,34,.85);font-size:26px;font-weight:600;line-height:46px}.ne-live-detection_record-tip-sub{color:rgba(34,34,34,.85);font-size:18px;line-height:32px;text-align:center}.ne-live-detection_record-tip-third{color:hsla(0,0%,40%,.85);font-size:18px;margin-top:16px;padding:0 60px;text-align:center}.ne-live-detection_record-condition-wrapper{box-sizing:border-box;margin-top:16px;padding:0 60px;width:100%}.ne-live-detection_record-condition-inner{margin-top:16px}.ne-live-detection_record-condition-icon{height:24px;margin-right:4px;vertical-align:middle;width:24px}.ne-live-detection_record-condition-text{color:#8a8a99;font-size:16px;line-height:1;vertical-align:middle}.ne-live-detection_record-btn-wrapper{box-sizing:border-box;margin-top:38px;padding:0 60px;position:relative;width:100%}.ne-live-detection_record-btn{background:linear-gradient(115deg,#60b1fe -38.66%,#6551f6 106.74%);border:none;border-radius:24px;box-sizing:border-box;color:#fff;font-size:18px;height:48px;outline:none;width:100%}.ne-live-detection_record-file-input{box-sizing:border-box;display:block;height:48px;margin-top:-48px;opacity:0;width:100%}.ne-live-detection_record-ani-scan{animation:scan 2s linear infinite;background:#5bdefe;box-shadow:0 4px 8px rgba(43,162,255,.56),0 18px 34px rgba(30,132,255,.732);height:4px;left:0;position:absolute;top:0;width:100%}.ne-live-detection_record-ani-img{height:100%}.ne-live-detection_toast{word-wrap:break-word;background:hsla(0,0%,8%,.8);background-color:rgba(0,0,0,.749);border-radius:2px;box-shadow:0 3px 6px -4px rgba(0,0,0,.122),0 6px 16px rgba(0,0,0,.078),0 9px 28px 8px rgba(0,0,0,.051);color:#fff;font-size:14px;padding:6px 8px;position:absolute;text-align:left;text-decoration:none;white-space:nowrap}.ne-live-detection_toast_center{left:50%;top:284px;transform:translateX(-50%)}#ne-live-detection_camera_video{background-color:transparent}#ne-live-detection_camera_video::-webkit-media-controls-panel,#ne-live-detection_camera_video::-webkit-media-controls-play-button{-webkit-appearance:none;display:none!important}#ne-live-detection_camera_video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}@keyframes scale{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(6)}}@keyframes scan{0%{top:0}to{top:100%}}
1
+ .ne-live-detection{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.ne-live-detection_tip{color:#222;font-size:22px;font-weight:600;text-align:center;width:100%}.ne-live-detection_camera{margin-top:60px;position:relative;width:100%}.ne-live-detection_camera_inner{align-items:center;background-color:#000;border-radius:50%;display:flex;height:220px;justify-content:center;margin:0 auto;-webkit-mask-image:-webkit-radial-gradient(#fff,#000);overflow:hidden;position:relative;width:220px;z-index:20}.ne-live-detection_camera_loading-text{align-items:center;background:rgba(0,0,0,.1);color:#fff;display:flex;display:none;font-size:20px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ne-live-detection_camera_loading-text--show{display:block}.ne-live-detection_camera_circle-bg{border:2px solid #e6ebfa;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:30}.ne-live-detection_camera_circle-animation{border:2px solid transparent;border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:40}.ne-live-detection_progress{align-items:center;display:flex;flex-wrap:nowrap;justify-content:center;margin-top:60px}.ne-live-detection_progress_step{background:#dde3ef;border-radius:100%;font-size:0;height:10px;margin:0 8px;width:10px}.ne-live-detection_progress_step--active{align-items:center;background:#2b63ff;color:#fff;display:flex;font-size:12px;font-weight:600;height:20px;justify-content:center;width:20px}.ne-live-detection_footer{align-items:flex-start;display:flex;flex:1;justify-content:space-around;margin-top:60px;width:100%}.ne-live-detection_footer_icon-wrap{align-items:center;display:flex;flex:1;flex-direction:column;padding:0 4px}.ne-live-detection_footer_icon{height:32px;width:32px}.ne-live-detection_footer_text{color:#8a8a99;font-size:14px;margin:16px 0 0;text-align:center}.ne-live-detection_color{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.ne-live-detection_color_circle{animation:scale .3s linear;animation-fill-mode:forwards;animation-play-state:paused;border-radius:50%;display:none;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1)}.ne-live-detection_color_circle--active{animation-play-state:running;display:block}.ne-live-detection_record{background:#fff;bottom:0;display:none;left:0;position:absolute;right:0;top:0;z-index:50}.ne-live-detection_record-checking,.ne-live-detection_record-fail,.ne-live-detection_record-start{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.ne-live-detection_record-tip-icon{height:140px;margin-top:70px;width:140px}.ne-live-detection_record-ani-wrapper{height:80px;margin:70px 0 32px;position:relative;text-align:center;width:80px}.ne-live-detection_record-tip-main{color:rgba(34,34,34,.85);font-size:26px;font-weight:600;line-height:46px}.ne-live-detection_record-tip-sub{color:rgba(34,34,34,.85);font-size:18px;line-height:32px;text-align:center}.ne-live-detection_record-tip-third{color:hsla(0,0%,40%,.85);font-size:18px;margin-top:16px;padding:0 60px;text-align:center}.ne-live-detection_record-condition-wrapper{box-sizing:border-box;margin-top:16px;padding:0 60px;width:100%}.ne-live-detection_record-condition-inner{margin-top:16px}.ne-live-detection_record-condition-icon{height:24px;margin-right:4px;vertical-align:middle;width:24px}.ne-live-detection_record-condition-text{color:#8a8a99;font-size:16px;line-height:1;vertical-align:middle}.ne-live-detection_record-btn-wrapper{box-sizing:border-box;margin-top:38px;padding:0 60px;position:relative;width:100%}.ne-live-detection_record-btn{background:linear-gradient(115deg,#60b1fe -38.66%,#6551f6 106.74%);border:none;border-radius:24px;box-sizing:border-box;color:#fff;font-size:18px;height:48px;outline:none;width:100%}.ne-live-detection_record-file-input{box-sizing:border-box;display:block;height:48px;margin-top:-48px;opacity:0;width:100%}.ne-live-detection_record-ani-scan{animation:scan 2s linear infinite;background:#5bdefe;box-shadow:0 4px 8px rgba(43,162,255,.56),0 18px 34px rgba(30,132,255,.732);height:4px;left:0;position:absolute;top:0;width:100%}.ne-live-detection_record-ani-img{height:100%}.ne-live-detection_toast{word-wrap:break-word;background:hsla(0,0%,8%,.8);background-color:rgba(0,0,0,.749);border-radius:2px;box-shadow:0 3px 6px -4px rgba(0,0,0,.122),0 6px 16px rgba(0,0,0,.078),0 9px 28px 8px rgba(0,0,0,.051);color:#fff;font-size:14px;padding:6px 8px;position:absolute;text-align:left;text-decoration:none;white-space:nowrap}.ne-live-detection_toast_center{left:50%;top:284px;transform:translateX(-50%)}#ne-live-detection_camera_video{background-color:transparent}#ne-live-detection_camera_video::-webkit-media-controls-panel,#ne-live-detection_camera_video::-webkit-media-controls-play-button{-webkit-appearance:none;display:none!important}#ne-live-detection_camera_video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}@keyframes scale{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(6)}}@keyframes scan{0%{top:0}to{top:100%}}