autoangel 0.8.0 → 0.8.1

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 CHANGED
@@ -13,7 +13,7 @@ npm install autoangel
13
13
  ### CDN
14
14
 
15
15
  ```js
16
- import init, { ElementsData, PckPackage } from 'https://cdn.jsdelivr.net/npm/autoangel@0.8.0/autoangel.js';
16
+ import init, { ElementsData, PckPackage } from 'https://cdn.jsdelivr.net/npm/autoangel@0.8.1/autoangel.js';
17
17
  await init();
18
18
  ```
19
19
 
@@ -155,7 +155,9 @@ Full TypeScript definitions are included in the package (`autoangel.d.ts`).
155
155
 
156
156
  ## Live Demo
157
157
 
158
- A browser-based PCK viewer built with this package is available at [smertig.github.io/autoangel-rs](https://smertig.github.io/autoangel-rs/master/viewer/).
158
+ A browser-based PCK viewer built with this package is available at [smertig.github.io/autoangel-rs/demo/pck](https://smertig.github.io/autoangel-rs/master/demo/pck/).
159
+
160
+ An elements.data viewer is also available at [smertig.github.io/autoangel-rs/demo/elements](https://smertig.github.io/autoangel-rs/master/demo/elements/).
159
161
 
160
162
  ## Development
161
163
 
package/autoangel_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "Smertig <akaraevz@mail.ru>"
6
6
  ],
7
7
  "description": "WASM bindings for Angelica Engine game file parsing",
8
- "version": "0.8.0",
8
+ "version": "0.8.1",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",