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 +4 -2
- package/autoangel_bg.wasm +0 -0
- package/package.json +1 -1
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.
|
|
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/
|
|
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
|