@rive-app/webgl-advanced 1.0.58 → 1.0.59

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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  ![npm](https://img.shields.io/npm/v/@rive-app/webgl-advanced)
2
2
 
3
3
  # Rive
4
- High level Rive API using WebGL. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
4
+ Low-level Rive API using WebGL. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
5
5
 
6
- ### WebGL
6
+ ## WebGL Advanced
7
7
  ```
8
8
  npm install @rive-app/webgl-advanced
9
9
  ```
10
- A low level Rive API using the WebGL renderer. It has the same benefits as the regular WebGL package plus:
10
+ A low-level Rive API using the [WebGL](https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API) renderer. It has the same benefits as the regular `@rive-app/webgl` package plus:
11
11
  - Full control over the update and render loop.
12
12
  - Allows for rendering multiple Rive artboards to a single canvas.
13
13
  - Allows deeper control and manipulation of the components in a Rive hierarchy.
14
+ - Web Assembly (WASM) is part of the NPM bundle, but you load in the WASM manually
14
15
 
15
-
16
- [Quickstart](https://github.com/rive-app/rive-wasm#quick-start)
16
+ [Getting Started](https://github.com/rive-app/rive-wasm#getting-started)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rive-app/webgl-advanced",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "description": "Rive's webgl low-level canvas based web api.",
5
5
  "main": "webgl_advanced.mjs",
6
6
  "homepage": "https://rive.app",