three-video-projection 0.0.1 → 0.0.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +7 -6
package/README.md CHANGED
@@ -139,5 +139,5 @@ projector.dispose();
139
139
 
140
140
  ---
141
141
 
142
- [npm]: https://img.shields.io/npm/v/
143
- [npm-url]: https://www.npmjs.com/package/
142
+ [npm]: https://img.shields.io/npm/v/three-video-projection
143
+ [npm-url]: https://www.npmjs.com/package/three-video-projection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-video-projection",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Projector utility for projecting video textures onto meshes (three.js)",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -8,10 +8,6 @@
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/<your-org>/<repo>.git"
14
- },
15
11
  "keywords": [
16
12
  "three",
17
13
  "videoProjection",
@@ -46,5 +42,10 @@
46
42
  "vite": "^7.3.1",
47
43
  "vue": "^3.5.27",
48
44
  "vue-router": "^4.6.4"
49
- }
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "https://github.com/hh-hang/three-video-projection"
49
+ },
50
+ "homepage": "https://hh-hang.github.io/three-video-projection/"
50
51
  }