@rive-app/canvas 1.0.8 → 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.
Files changed (3) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
  3. package/rive.js +1 -1
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ ![npm](https://img.shields.io/npm/v/@rive-app/canvas)
2
+ # Rive
3
+ High 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
+
5
+ ## Canvas
6
+ ```
7
+ npm install @rive-app/canvas
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",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Rive's canvas based web api.",
5
5
  "main": "rive.js",
6
6
  "homepage": "https://rive.app",
package/rive.js CHANGED
@@ -121,7 +121,7 @@ if(h.preInit)for("function"==typeof h.preInit&&(h.preInit=[h.preInit]);0<h.preIn
121
121
  /* 2 */
122
122
  /***/ ((module) => {
123
123
 
124
- module.exports = JSON.parse('{"name":"@rive-app/canvas","version":"1.0.8","description":"Rive\'s canvas based web api.","main":"rive.js","homepage":"https://rive.app","repository":{"type":"git","url":"https://github.com/rive-app/rive-wasm/tree/master/js"},"keywords":["rive","animation"],"author":"Rive","contributors":["Luigi Rosso <luigi@rive.app> (https://rive.app)","Maxwell Talbot <max@rive.app> (https://rive.app)","Arthur Vivian <arthur@rive.app> (https://rive.app)","Umberto Sonnino <umberto@rive.app> (https://rive.app)","Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)"],"license":"MIT","files":["rive.js","rive.js.map","rive.wasm","rive.d.ts","rive_advanced.mjs.d.ts"],"typings":"rive.d.ts","dependencies":{},"browser":{"fs":false,"path":false}}');
124
+ module.exports = JSON.parse('{"name":"@rive-app/canvas","version":"1.0.9","description":"Rive\'s canvas based web api.","main":"rive.js","homepage":"https://rive.app","repository":{"type":"git","url":"https://github.com/rive-app/rive-wasm/tree/master/js"},"keywords":["rive","animation"],"author":"Rive","contributors":["Luigi Rosso <luigi@rive.app> (https://rive.app)","Maxwell Talbot <max@rive.app> (https://rive.app)","Arthur Vivian <arthur@rive.app> (https://rive.app)","Umberto Sonnino <umberto@rive.app> (https://rive.app)","Matthew Sullivan <matt.j.sullivan@gmail.com> (mailto:matt.j.sullivan@gmail.com)"],"license":"MIT","files":["rive.js","rive.js.map","rive.wasm","rive.d.ts","rive_advanced.mjs.d.ts"],"typings":"rive.d.ts","dependencies":{},"browser":{"fs":false,"path":false}}');
125
125
 
126
126
  /***/ })
127
127
  /******/ ]);