three-video-projection 0.0.2 → 0.0.3

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 +8 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,21 +10,23 @@
10
10
 
11
11
  [![NPM Package][npm]][npm-url]
12
12
 
13
- 基于 `three.js` 的视频投影工具。
13
+ 基于 `three.js` 的视频投影工具。仓库包含示例及源码。
14
14
 
15
15
  > 该工具将 `THREE.VideoTexture` 从一个投影相机投影到场景中的目标模型上,支持深度遮挡剔除、边缘羽化、强度与透明度控制等。
16
16
 
17
17
  ---
18
18
 
19
- # 示例
19
+ ## 在线演示
20
20
 
21
- - [视频融合](https://hh-hang.github.io/three-video-projection/)
21
+ 点击图片查看在线演示:
22
22
 
23
- - [电影院](https://hh-hang.github.io/three-video-projection/cinema.html)
23
+ ### 视频融合
24
24
 
25
- - ![视频融合](https://github.com/hh-hang/three-video-projection/blob/master/example/public/imgs/2.gif)
25
+ [![视频融合](https://raw.githubusercontent.com/hh-hang/three-video-projection/main/example/public/imgs/2.gif "点击查看视频融合示例")](https://hh-hang.github.io/three-video-projection/)
26
26
 
27
- - ![电影院](https://github.com/hh-hang/three-video-projection/blob/master/example/public/imgs/1.gif)
27
+ ### 电影院
28
+
29
+ [![电影院](https://raw.githubusercontent.com/hh-hang/three-video-projection/main/example/public/imgs/1.gif "点击查看电影院示例")](https://hh-hang.github.io/three-video-projection/cinema.html)
28
30
 
29
31
  ---
30
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "three-video-projection",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
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",