@rive-app/webgl-advanced-single 1.0.4 → 1.0.8

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 ADDED
@@ -0,0 +1,16 @@
1
+ ![npm](https://img.shields.io/npm/v/@rive-app/webgl-advanced-single)
2
+
3
+ # Rive
4
+ High level Rive API using WebGL and inline WASM. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
5
+
6
+ ### WebGL
7
+ ```
8
+ npm install @rive-app/webgl-advanced-single
9
+ ```
10
+ A low level Rive API using the WebGL renderer. It has the same benefits as the regular WebGL package plus:
11
+ - Full control over the update and render loop.
12
+ - Allows for rendering multiple Rive artboards to a single canvas.
13
+ - Allows deeper control and manipulation of the components in a Rive hierarchy.
14
+
15
+
16
+ [Quickstart](https://github.com/rive-app/rive-wasm#quick-start)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rive-app/webgl-advanced-single",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "Rive's webgl low-level canvas based web api all in one js file.",
5
5
  "main": "webgl_advanced_single.mjs",
6
6
  "homepage": "https://rive.app",