@rive-app/canvas-advanced-single 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.
package/README.md CHANGED
@@ -1,15 +1,16 @@
1
1
  ![npm](https://img.shields.io/npm/v/@rive-app/canvas-advanced-single)
2
2
 
3
3
  # Rive
4
- Low level Rive API using CanvasRenderingContext2D and inline WASM. 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 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
5
 
6
- ### Canvas Advanced
6
+ ## Canvas Advanced Single
7
7
  ```
8
8
  npm install @rive-app/canvas-advanced-single
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 JS bundle; there is no need to make a request to load it in at runtime
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)