@esotericsoftware/spine-webgl 4.0.14 → 4.0.15
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/dist/AssetManager.d.ts +33 -33
- package/dist/AssetManager.js +37 -37
- package/dist/Camera.d.ts +49 -49
- package/dist/Camera.js +80 -80
- package/dist/CameraController.d.ts +34 -34
- package/dist/CameraController.js +95 -95
- package/dist/GLTexture.d.ts +46 -46
- package/dist/GLTexture.js +102 -102
- package/dist/Input.d.ts +56 -56
- package/dist/Input.js +210 -210
- package/dist/LoadingScreen.d.ts +43 -43
- package/dist/LoadingScreen.js +114 -114
- package/dist/Matrix4.d.ts +68 -68
- package/dist/Matrix4.js +321 -321
- package/dist/Mesh.d.ts +88 -88
- package/dist/Mesh.js +193 -193
- package/dist/PolygonBatcher.d.ts +53 -53
- package/dist/PolygonBatcher.js +121 -119
- package/dist/SceneRenderer.d.ts +73 -73
- package/dist/SceneRenderer.js +476 -476
- package/dist/Shader.d.ts +75 -75
- package/dist/Shader.js +262 -262
- package/dist/ShapeRenderer.d.ts +69 -69
- package/dist/ShapeRenderer.js +338 -338
- package/dist/SkeletonDebugRenderer.d.ts +60 -60
- package/dist/SkeletonDebugRenderer.js +222 -222
- package/dist/SkeletonRenderer.d.ts +49 -49
- package/dist/SkeletonRenderer.js +295 -295
- package/dist/SpineCanvas.d.ts +73 -73
- package/dist/SpineCanvas.js +82 -82
- package/dist/Vector3.d.ts +47 -47
- package/dist/Vector3.js +103 -103
- package/dist/WebGL.d.ts +44 -44
- package/dist/WebGL.js +96 -96
- package/dist/iife/spine-webgl.js +2 -3
- package/dist/iife/spine-webgl.js.map +2 -2
- package/dist/iife/spine-webgl.min.js +3 -3
- package/dist/index.d.ts +18 -18
- package/dist/index.js +18 -18
- package/package.json +35 -35
package/dist/index.d.ts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
export * from "./AssetManager";
|
|
2
|
-
export * from "./Camera";
|
|
3
|
-
export * from "./CameraController";
|
|
4
|
-
export * from "./GLTexture";
|
|
5
|
-
export * from "./Input";
|
|
6
|
-
export * from "./LoadingScreen";
|
|
7
|
-
export * from "./Matrix4";
|
|
8
|
-
export * from "./Mesh";
|
|
9
|
-
export * from "./PolygonBatcher";
|
|
10
|
-
export * from "./SceneRenderer";
|
|
11
|
-
export * from "./Shader";
|
|
12
|
-
export * from "./ShapeRenderer";
|
|
13
|
-
export * from "./SkeletonDebugRenderer";
|
|
14
|
-
export * from "./SkeletonRenderer";
|
|
15
|
-
export * from "./SpineCanvas";
|
|
16
|
-
export * from "./Vector3";
|
|
17
|
-
export * from "./WebGL";
|
|
18
|
-
export * from "@esotericsoftware/spine-core";
|
|
1
|
+
export * from "./AssetManager";
|
|
2
|
+
export * from "./Camera";
|
|
3
|
+
export * from "./CameraController";
|
|
4
|
+
export * from "./GLTexture";
|
|
5
|
+
export * from "./Input";
|
|
6
|
+
export * from "./LoadingScreen";
|
|
7
|
+
export * from "./Matrix4";
|
|
8
|
+
export * from "./Mesh";
|
|
9
|
+
export * from "./PolygonBatcher";
|
|
10
|
+
export * from "./SceneRenderer";
|
|
11
|
+
export * from "./Shader";
|
|
12
|
+
export * from "./ShapeRenderer";
|
|
13
|
+
export * from "./SkeletonDebugRenderer";
|
|
14
|
+
export * from "./SkeletonRenderer";
|
|
15
|
+
export * from "./SpineCanvas";
|
|
16
|
+
export * from "./Vector3";
|
|
17
|
+
export * from "./WebGL";
|
|
18
|
+
export * from "@esotericsoftware/spine-core";
|
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from "./AssetManager";
|
|
2
|
-
export * from "./Camera";
|
|
3
|
-
export * from "./CameraController";
|
|
4
|
-
export * from "./GLTexture";
|
|
5
|
-
export * from "./Input";
|
|
6
|
-
export * from "./LoadingScreen";
|
|
7
|
-
export * from "./Matrix4";
|
|
8
|
-
export * from "./Mesh";
|
|
9
|
-
export * from "./PolygonBatcher";
|
|
10
|
-
export * from "./SceneRenderer";
|
|
11
|
-
export * from "./Shader";
|
|
12
|
-
export * from "./ShapeRenderer";
|
|
13
|
-
export * from "./SkeletonDebugRenderer";
|
|
14
|
-
export * from "./SkeletonRenderer";
|
|
15
|
-
export * from "./SpineCanvas";
|
|
16
|
-
export * from "./Vector3";
|
|
17
|
-
export * from "./WebGL";
|
|
18
|
-
export * from "@esotericsoftware/spine-core";
|
|
1
|
+
export * from "./AssetManager";
|
|
2
|
+
export * from "./Camera";
|
|
3
|
+
export * from "./CameraController";
|
|
4
|
+
export * from "./GLTexture";
|
|
5
|
+
export * from "./Input";
|
|
6
|
+
export * from "./LoadingScreen";
|
|
7
|
+
export * from "./Matrix4";
|
|
8
|
+
export * from "./Mesh";
|
|
9
|
+
export * from "./PolygonBatcher";
|
|
10
|
+
export * from "./SceneRenderer";
|
|
11
|
+
export * from "./Shader";
|
|
12
|
+
export * from "./ShapeRenderer";
|
|
13
|
+
export * from "./SkeletonDebugRenderer";
|
|
14
|
+
export * from "./SkeletonRenderer";
|
|
15
|
+
export * from "./SpineCanvas";
|
|
16
|
+
export * from "./Vector3";
|
|
17
|
+
export * from "./WebGL";
|
|
18
|
+
export * from "@esotericsoftware/spine-core";
|
|
19
19
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxnQkFBZ0IsQ0FBQztBQUMvQixjQUFjLFVBQVUsQ0FBQztBQUN6QixjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsYUFBYSxDQUFDO0FBQzVCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyxXQUFXLENBQUM7QUFDMUIsY0FBYyxRQUFRLENBQUM7QUFDdkIsY0FBYyxrQkFBa0IsQ0FBQztBQUNqQyxjQUFjLGlCQUFpQixDQUFDO0FBQ2hDLGNBQWMsVUFBVSxDQUFDO0FBQ3pCLGNBQWMsaUJBQWlCLENBQUM7QUFDaEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMsZUFBZSxDQUFDO0FBQzlCLGNBQWMsV0FBVyxDQUFDO0FBQzFCLGNBQWMsU0FBUyxDQUFDO0FBQ3hCLGNBQWMsOEJBQThCLENBQUMifQ==
|
package/package.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esotericsoftware/spine-webgl",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "The official Spine Runtimes for the web.",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"files": [
|
|
8
|
-
"dist/**/*",
|
|
9
|
-
"README.md",
|
|
10
|
-
"LICENSE"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {},
|
|
13
|
-
"repository": {
|
|
14
|
-
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
|
|
16
|
-
},
|
|
17
|
-
"keywords": [
|
|
18
|
-
"gamedev",
|
|
19
|
-
"animations",
|
|
20
|
-
"2d",
|
|
21
|
-
"spine",
|
|
22
|
-
"game-dev",
|
|
23
|
-
"runtimes",
|
|
24
|
-
"skeletal"
|
|
25
|
-
],
|
|
26
|
-
"author": "Esoteric Software LLC",
|
|
27
|
-
"license": "LicenseRef-LICENSE",
|
|
28
|
-
"bugs": {
|
|
29
|
-
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
|
30
|
-
},
|
|
31
|
-
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
|
32
|
-
"dependencies": {
|
|
33
|
-
"@esotericsoftware/spine-core": "^4.0.
|
|
34
|
-
}
|
|
35
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@esotericsoftware/spine-webgl",
|
|
3
|
+
"version": "4.0.15",
|
|
4
|
+
"description": "The official Spine Runtimes for the web.",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist/**/*",
|
|
9
|
+
"README.md",
|
|
10
|
+
"LICENSE"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+https://github.com/esotericsoftware/spine-runtimes.git"
|
|
16
|
+
},
|
|
17
|
+
"keywords": [
|
|
18
|
+
"gamedev",
|
|
19
|
+
"animations",
|
|
20
|
+
"2d",
|
|
21
|
+
"spine",
|
|
22
|
+
"game-dev",
|
|
23
|
+
"runtimes",
|
|
24
|
+
"skeletal"
|
|
25
|
+
],
|
|
26
|
+
"author": "Esoteric Software LLC",
|
|
27
|
+
"license": "LicenseRef-LICENSE",
|
|
28
|
+
"bugs": {
|
|
29
|
+
"url": "https://github.com/esotericsoftware/spine-runtimes/issues"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://github.com/esotericsoftware/spine-runtimes#readme",
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@esotericsoftware/spine-core": "^4.0.15"
|
|
34
|
+
}
|
|
35
|
+
}
|