@ikijs/engine 0.1.1 → 0.2.0

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/package.json CHANGED
@@ -1,7 +1,21 @@
1
1
  {
2
2
  "name": "@ikijs/engine",
3
- "version": "0.1.1",
4
- "description": "Iki runtime — a WebGL2 player for .iki puppet models",
3
+ "version": "0.2.0",
4
+ "description": "WebGL2 runtime that plays .iki 2D puppet models in the browser an open-source Live2D alternative for VTuber-style avatar animation",
5
+ "keywords": [
6
+ "iki",
7
+ "live2d",
8
+ "inochi2d",
9
+ "vtuber",
10
+ "2d-animation",
11
+ "puppet",
12
+ "rig",
13
+ "avatar",
14
+ "webgl",
15
+ "webgl2",
16
+ "animation",
17
+ "typescript"
18
+ ],
5
19
  "main": "dist/index.js",
6
20
  "module": "dist/index.mjs",
7
21
  "types": "dist/index.d.ts",
@@ -17,7 +31,7 @@
17
31
  "!dist/metafile-*.json"
18
32
  ],
19
33
  "dependencies": {
20
- "@ikijs/format": "^0.1.0"
34
+ "@ikijs/format": "^0.2.0"
21
35
  },
22
36
  "devDependencies": {
23
37
  "tsup": "^8.5.0",