@ar-js-org/artoolkit5-ts 0.2.1 → 0.2.2

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +243 -224
  2. package/LICENSE +28 -28
  3. package/README.md +365 -365
  4. package/package.json +69 -69
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
- {
2
- "name": "@ar-js-org/artoolkit5-ts",
3
- "version": "0.2.1",
4
- "private": false,
5
- "type": "module",
6
- "description": "TypeScript marker tracking for the browser, built on a WebAssembly build of ARToolkit5 (WebARKitLib). Composable and tree-shakeable: state is plain data, operations are functions.",
7
- "keywords": [
8
- "artoolkit",
9
- "artoolkit5",
10
- "augmented-reality",
11
- "ar",
12
- "webar",
13
- "marker-tracking",
14
- "barcode-marker",
15
- "webassembly",
16
- "wasm",
17
- "typescript",
18
- "ar.js",
19
- "webarkit"
20
- ],
21
- "license": "MIT",
22
- "author": {
23
- "name": "Walter Perdan",
24
- "url": "https://github.com/kalwalt"
25
- },
26
- "repository": {
27
- "type": "git",
28
- "url": "git+https://github.com/AR-js-org/artoolkit5-ts.git"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/AR-js-org/artoolkit5-ts/issues"
32
- },
33
- "homepage": "https://github.com/AR-js-org/artoolkit5-ts#readme",
34
- "main": "./dist/artoolkit5-ts.umd.cjs",
35
- "module": "./dist/artoolkit5-ts.js",
36
- "types": "./dist/index.d.ts",
37
- "exports": {
38
- ".": {
39
- "types": "./dist/index.d.ts",
40
- "import": "./dist/artoolkit5-ts.js",
41
- "require": "./dist/artoolkit5-ts.umd.cjs"
42
- }
43
- },
44
- "files": [
45
- "dist",
46
- "CHANGELOG.md"
47
- ],
48
- "scripts": {
49
- "dev": "vite",
50
- "build": "vite build && tsc -p tsconfig.build.json",
51
- "preview": "vite preview",
52
- "test": "vitest run",
53
- "test:watch": "vitest",
54
- "typecheck": "tsc --noEmit -p tsconfig.json",
55
- "release-notes": "node scripts/release-notes.mjs"
56
- },
57
- "dependencies": {
58
- "@ar-js-org/artoolkit5-constants": "^0.3.0",
59
- "@ar-js-org/artoolkit5-wasm": "^0.3.0"
60
- },
61
- "devDependencies": {
62
- "@types/node": "^26.0.1",
63
- "@types/three": "^0.185.0",
64
- "three": "^0.185.0",
65
- "typescript": "^6.0.3",
66
- "vite": "^8.1.0",
67
- "vitest": "^4.1.10"
68
- }
69
- }
1
+ {
2
+ "name": "@ar-js-org/artoolkit5-ts",
3
+ "version": "0.2.2",
4
+ "private": false,
5
+ "type": "module",
6
+ "description": "TypeScript marker tracking for the browser, built on a WebAssembly build of ARToolkit5 (WebARKitLib). Composable and tree-shakeable: state is plain data, operations are functions.",
7
+ "keywords": [
8
+ "artoolkit",
9
+ "artoolkit5",
10
+ "augmented-reality",
11
+ "ar",
12
+ "webar",
13
+ "marker-tracking",
14
+ "barcode-marker",
15
+ "webassembly",
16
+ "wasm",
17
+ "typescript",
18
+ "ar.js",
19
+ "webarkit"
20
+ ],
21
+ "license": "MIT",
22
+ "author": {
23
+ "name": "Walter Perdan",
24
+ "url": "https://github.com/kalwalt"
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/AR-js-org/artoolkit5-ts.git"
29
+ },
30
+ "bugs": {
31
+ "url": "https://github.com/AR-js-org/artoolkit5-ts/issues"
32
+ },
33
+ "homepage": "https://github.com/AR-js-org/artoolkit5-ts#readme",
34
+ "main": "./dist/artoolkit5-ts.umd.cjs",
35
+ "module": "./dist/artoolkit5-ts.js",
36
+ "types": "./dist/index.d.ts",
37
+ "exports": {
38
+ ".": {
39
+ "types": "./dist/index.d.ts",
40
+ "import": "./dist/artoolkit5-ts.js",
41
+ "require": "./dist/artoolkit5-ts.umd.cjs"
42
+ }
43
+ },
44
+ "files": [
45
+ "dist",
46
+ "CHANGELOG.md"
47
+ ],
48
+ "scripts": {
49
+ "dev": "vite",
50
+ "build": "vite build && tsc -p tsconfig.build.json",
51
+ "preview": "vite preview",
52
+ "test": "vitest run",
53
+ "test:watch": "vitest",
54
+ "typecheck": "tsc --noEmit -p tsconfig.json",
55
+ "release-notes": "node scripts/release-notes.mjs"
56
+ },
57
+ "dependencies": {
58
+ "@ar-js-org/artoolkit5-constants": "^0.3.0",
59
+ "@ar-js-org/artoolkit5-wasm": "^0.3.0"
60
+ },
61
+ "devDependencies": {
62
+ "@types/node": "^26.0.1",
63
+ "@types/three": "^0.185.0",
64
+ "three": "^0.185.0",
65
+ "typescript": "^6.0.3",
66
+ "vite": "^8.1.0",
67
+ "vitest": "^4.1.10"
68
+ }
69
+ }