@rive-app/canvas-advanced 1.0.56 → 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 (3) hide show
  1. package/README.md +8 -7
  2. package/package.json +1 -1
  3. package/rive.wasm +0 -0
package/README.md CHANGED
@@ -1,15 +1,16 @@
1
1
  ![npm](https://img.shields.io/npm/v/@rive-app/canvas-advanced)
2
2
 
3
3
  # Rive
4
- Low level Rive API using CanvasRenderingContext2D. 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 CanvasRenderingContext2D. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
5
5
 
6
- ### Canvas Advanced
6
+ ## Canvas Advanced
7
7
  ```
8
8
  npm install @rive-app/canvas-advanced
9
9
  ```
10
- A low level Rive API using the CanvasRenderingContext2D renderer. It has the same benefits as the regular Canvas 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.
10
+ A low-level Rive API using the [CanvasRenderingContext2D](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D) renderer. It has the same benefits as the regular `@rive-app/canvas` 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
+ - Web Assembly (WASM) is part of the NPM bundle, but you load in the WASM manually
14
15
 
15
- [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/canvas-advanced",
3
- "version": "1.0.56",
3
+ "version": "1.0.59",
4
4
  "description": "Rive's lightweight low-level canvas based web api.",
5
5
  "main": "canvas_advanced.mjs",
6
6
  "homepage": "https://rive.app",
package/rive.wasm CHANGED
Binary file