@web-ar-studio/webar-engine-sdk 1.0.16 → 1.0.17

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/package.json CHANGED
@@ -1,45 +1,54 @@
1
- {
2
- "name": "@web-ar-studio/webar-engine-sdk",
3
- "version": "1.0.16",
4
- "description": "WAS CV Lib - SDK of the WebAR CV Lib",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.mjs",
7
- "types": "index.d.ts",
8
- "typesVersions": {
9
- ">=4.2": {
10
- "*": [
11
- "./dist/index.d.ts"
12
- ]
13
- }
14
- },
15
- "exports": {
16
- ".": {
17
- "types": "./dist/index.d.ts",
18
- "require": "./dist/index.js",
19
- "import": "./dist/index.mjs",
20
- "default": "./dist/index.mjs"
21
- }
22
- },
23
- "repository": {
24
- "type": "git",
25
- "url": "https://github.com/WebAR-Studio/webar-engine-sdk.git"
26
- },
27
- "keywords": [
28
- "AR",
29
- "ML",
30
- "Augmented",
31
- "WebAR",
32
- "WebARStudio",
33
- "Image tracking",
34
- "QR tracking",
35
- "Face tracking",
36
- "AR 360",
37
- "AR Studio"
38
- ],
39
- "dependencies": {
40
- "@mediapipe/tasks-vision": "^0.10.9",
41
- "@types/webxr": "^0.5.14",
42
- "gl-matrix": "^3.4.3",
43
- "ua-parser-js": "^1.0.36"
44
- }
45
- }
1
+ {
2
+ "name": "@web-ar-studio/webar-engine-sdk",
3
+ "version": "1.0.17",
4
+ "description": "WAS CV Lib - SDK of the WebAR CV Lib",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.mjs",
7
+ "types": "index.d.ts",
8
+ "typesVersions": {
9
+ ">=4.2": {
10
+ "*": [
11
+ "./dist/index.d.ts"
12
+ ]
13
+ }
14
+ },
15
+ "exports": {
16
+ ".": {
17
+ "types": "./dist/index.d.ts",
18
+ "require": "./dist/index.js",
19
+ "import": "./dist/index.mjs",
20
+ "default": "./dist/index.mjs"
21
+ }
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git+https://github.com/WebAR-Studio/webar-engine-sdk.git"
26
+ },
27
+ "keywords": [
28
+ "AR",
29
+ "ML",
30
+ "Augmented",
31
+ "WebAR",
32
+ "WebARStudio",
33
+ "Image tracking",
34
+ "QR tracking",
35
+ "Face tracking",
36
+ "AR 360",
37
+ "AR Studio"
38
+ ],
39
+ "dependencies": {
40
+ "@mediapipe/tasks-vision": "^0.10.9",
41
+ "@types/webxr": "^0.5.14",
42
+ "gl-matrix": "^3.4.3",
43
+ "ua-parser-js": "^1.0.36"
44
+ },
45
+ "scripts": {
46
+ "test": "echo \"Error: no test specified\" && exit 1"
47
+ },
48
+ "author": "Web-AR.Studio",
49
+ "license": "ISC",
50
+ "bugs": {
51
+ "url": "https://github.com/WebAR-Studio/webar-engine-sdk/issues"
52
+ },
53
+ "homepage": "https://github.com/WebAR-Studio/webar-engine-sdk#readme"
54
+ }