@rive-app/canvas-single 1.0.5 → 1.0.9

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,14 @@
1
+ ![npm](https://img.shields.io/npm/v/@rive-app/canvas-single)
2
+ # Rive
3
+ High level Rive API using CanvasRenderingContext2D with inline WASM. Please see https://github.com/rive-app/rive-wasm for a list of all the available web runtimes and their details.
4
+
5
+ ## Canvas
6
+ ```
7
+ npm install @rive-app/canvas-single
8
+ ```
9
+ An easy to use high level Rive API using the CanvasRenderingContext2D renderer. This lets Rive use the browser's native high level vector graphics renderer. Best for:
10
+ - Extremely small download size
11
+ - Displaying many animated canvases concurrently on the screen.
12
+ - Simple vector graphics animations without mesh deformations and other upcoming advanced rendering features.
13
+
14
+ [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/canvas-single",
3
- "version": "1.0.5",
3
+ "version": "1.0.9",
4
4
  "description": "Rive's high-level canvas based web api all in one js file.",
5
5
  "main": "rive.js",
6
6
  "homepage": "https://rive.app",