@esotericsoftware/spine-core 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/Animation.d.ts +363 -363
- package/dist/Animation.js +1949 -1949
- package/dist/AnimationState.d.ts +396 -396
- package/dist/AnimationState.js +958 -958
- package/dist/AnimationStateData.d.ts +51 -51
- package/dist/AnimationStateData.js +69 -69
- package/dist/AssetManagerBase.d.ts +72 -72
- package/dist/AssetManagerBase.js +302 -302
- package/dist/AtlasAttachmentLoader.d.ts +51 -51
- package/dist/AtlasAttachmentLoader.js +73 -73
- package/dist/Bone.d.ts +138 -138
- package/dist/Bone.js +333 -333
- package/dist/BoneData.d.ts +72 -72
- package/dist/BoneData.js +73 -73
- package/dist/ConstraintData.d.ts +35 -35
- package/dist/ConstraintData.js +36 -36
- package/dist/Event.d.ts +44 -44
- package/dist/Event.js +41 -41
- package/dist/EventData.d.ts +41 -41
- package/dist/EventData.js +36 -36
- package/dist/IkConstraint.d.ts +64 -64
- package/dist/IkConstraint.js +284 -284
- package/dist/IkConstraintData.d.ts +54 -54
- package/dist/IkConstraintData.js +53 -53
- package/dist/PathConstraint.d.ts +71 -71
- package/dist/PathConstraint.js +468 -468
- package/dist/PathConstraintData.d.ts +80 -80
- package/dist/PathConstraintData.js +69 -69
- package/dist/Skeleton.d.ts +158 -158
- package/dist/Skeleton.js +570 -570
- package/dist/SkeletonBinary.d.ts +67 -67
- package/dist/SkeletonBinary.js +1093 -1093
- package/dist/SkeletonBounds.d.ts +77 -77
- package/dist/SkeletonBounds.js +218 -218
- package/dist/SkeletonClipping.d.ts +50 -50
- package/dist/SkeletonClipping.js +323 -323
- package/dist/SkeletonData.d.ts +114 -114
- package/dist/SkeletonData.js +166 -166
- package/dist/SkeletonJson.d.ts +51 -51
- package/dist/SkeletonJson.js +915 -915
- package/dist/Skin.d.ts +71 -71
- package/dist/Skin.js +200 -200
- package/dist/Slot.d.ts +72 -72
- package/dist/Slot.js +93 -93
- package/dist/SlotData.d.ts +57 -57
- package/dist/SlotData.js +54 -54
- package/dist/Texture.d.ts +69 -69
- package/dist/Texture.js +72 -72
- package/dist/TextureAtlas.d.ts +65 -65
- package/dist/TextureAtlas.js +245 -245
- package/dist/TransformConstraint.d.ts +60 -60
- package/dist/TransformConstraint.js +239 -239
- package/dist/TransformConstraintData.d.ts +60 -60
- package/dist/TransformConstraintData.js +59 -59
- package/dist/Triangulator.d.ts +43 -43
- package/dist/Triangulator.js +243 -243
- package/dist/Updatable.d.ts +37 -37
- package/dist/Updatable.js +29 -29
- package/dist/Utils.d.ts +168 -168
- package/dist/Utils.js +403 -403
- package/dist/VertexEffect.d.ts +35 -35
- package/dist/VertexEffect.js +29 -29
- package/dist/attachments/Attachment.d.ts +71 -71
- package/dist/attachments/Attachment.js +139 -139
- package/dist/attachments/AttachmentLoader.d.ts +53 -53
- package/dist/attachments/AttachmentLoader.js +29 -29
- package/dist/attachments/BoundingBoxAttachment.d.ts +40 -40
- package/dist/attachments/BoundingBoxAttachment.js +47 -47
- package/dist/attachments/ClippingAttachment.d.ts +42 -42
- package/dist/attachments/ClippingAttachment.js +47 -47
- package/dist/attachments/MeshAttachment.d.ts +74 -74
- package/dist/attachments/MeshAttachment.js +159 -159
- package/dist/attachments/PathAttachment.d.ts +47 -47
- package/dist/attachments/PathAttachment.js +56 -56
- package/dist/attachments/PointAttachment.d.ts +48 -48
- package/dist/attachments/PointAttachment.js +62 -62
- package/dist/attachments/RegionAttachment.d.ts +108 -108
- package/dist/attachments/RegionAttachment.js +196 -196
- package/dist/attachments/index.d.ts +8 -8
- package/dist/attachments/index.js +8 -8
- package/dist/iife/spine-core.js +0 -3
- package/dist/iife/spine-core.js.map +2 -2
- package/dist/iife/spine-core.min.js +1 -1
- package/dist/index.d.ts +42 -42
- package/dist/index.js +42 -42
- package/dist/polyfills.d.ts +29 -29
- package/dist/polyfills.js +38 -38
- package/dist/vertexeffects/JitterEffect.d.ts +39 -39
- package/dist/vertexeffects/JitterEffect.js +45 -45
- package/dist/vertexeffects/SwirlEffect.d.ts +44 -44
- package/dist/vertexeffects/SwirlEffect.js +60 -60
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@esotericsoftware/spine-core",
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@esotericsoftware/spine-core",
|
|
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
|
+
}
|