@yqzk/liveness-detection-web-component 1.0.0 → 1.0.1
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 +7 -7
- package/dist/index.js +1 -1
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## 特性
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
7
|
+
- 标准 Web Component,无框架依赖
|
|
8
|
+
- 支持 ES Module 和 UMD 格式
|
|
9
|
+
- 样式内置,无需额外 CSS 文件
|
|
10
|
+
- 响应式设计,自适应各种屏幕
|
|
11
|
+
- 完整的 TypeScript 类型支持
|
|
12
|
+
- 自动预热,快速启动
|
|
13
13
|
|
|
14
14
|
## 安装
|
|
15
15
|
|
|
@@ -347,4 +347,4 @@ MIT License
|
|
|
347
347
|
|
|
348
348
|
## 支持
|
|
349
349
|
|
|
350
|
-
|
|
350
|
+
如有问题,请提交问题到 service@sellmores.top
|