skinview3d-node 3.4.2-node.1 → 3.4.201
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 +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
skinview3d
|
|
1
|
+
skinview3d-node
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
4
|
> Fork note / 分支说明
|
|
@@ -9,9 +9,9 @@ skinview3d
|
|
|
9
9
|
> 中文:
|
|
10
10
|
> 这个 fork 基于上游 `skinview3d`,主要改造成适用于 Node.js 的后端/离屏渲染版本。相对上游,它将原本面向浏览器的渲染链路适配为基于 `skia-canvas` 和 headless WebGL 的后端实现,增加了单帧与动画的图片/缓冲区导出能力,并提供了可通过 Vite 接口在浏览器中测试后端渲染的示例页面。
|
|
11
11
|
|
|
12
|
-
[](https://github.com/bs-community/skinview3d/actions?query=workflow:CI)
|
|
13
|
-
[](https://www.npmjs.com/package/skinview3d)
|
|
14
|
-
[](https://github.com/bs-community/skinview3d/blob/master/LICENSE)
|
|
12
|
+
[](https://github.com/bs-community/skinview3d-node/actions?query=workflow:CI)
|
|
13
|
+
[](https://www.npmjs.com/package/skinview3d-node)
|
|
14
|
+
[](https://github.com/bs-community/skinview3d-node/blob/master/LICENSE)
|
|
15
15
|
[](https://gitter.im/skinview3d/Lobby)
|
|
16
16
|
|
|
17
17
|
Three.js powered Minecraft skin viewer.
|
|
@@ -34,7 +34,7 @@ This fork is intended for Node.js backend rendering rather than direct browser e
|
|
|
34
34
|
Install:
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
npm install skinview3d-node
|
|
37
|
+
npm install skinview3d-node@latest
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
Render a single PNG frame:
|