@rive-app/canvas-advanced-lite
Advanced tools
Comparing version 2.20.0 to 2.20.1
{ | ||
"name": "@rive-app/canvas-advanced-lite", | ||
"version": "2.20.0", | ||
"version": "2.20.1", | ||
"description": "Rive's lite low-level canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "canvas_advanced.mjs", |
![npm](https://img.shields.io/npm/v/@rive-app/canvas-advanced-lite) | ||
# Rive | ||
Low-level lite Rive API using CanvasRenderingContext2D. Please see https://help.rive.app/runtimes/overview/web-js/canvas-vs-webgl for a list of all the available web runtimes and their details. | ||
Low-level lite Rive API using CanvasRenderingContext2D. Please see https://rive.app/community/doc/canvas-vs-webgl/docanjXoQ1uT for a list of all the available web runtimes and their details. | ||
@@ -16,3 +16,3 @@ ## Canvas Advanced | ||
[Getting Started](https://help.rive.app/runtimes/overview/web-js/low-level-api-usage) | ||
[Getting Started](https://rive.app/community/doc/low-level-api-usage/doctAfBY6v3P) | ||
@@ -23,2 +23,2 @@ ## Why Lite? | ||
At this time, this lite version of `@rive-app/canvas-advanced-lite` will not render [Rive Text](https://help.rive.app/editor/text) onto the canvas. Note however, that even if your Rive file may include Rive Text components, rendering the graphic should not cause any app errors, or cease to render. | ||
At this time, this lite version of `@rive-app/canvas-advanced-lite` will not render Rive Text onto the canvas or play Rive Audio. Note however, that even if your Rive file may include Rive Text components, rendering the graphic should not cause any app errors, or cease to render. The same is true for playing audio. |
@@ -428,3 +428,3 @@ interface RiveOptions { | ||
* Returns a reference for a Bone object of a given name. | ||
* Learn more: https://help.rive.app/editor/manipulating-shapes/bones | ||
* Learn more: https://rive.app/community/doc/bones/docYyQwxrgI5 | ||
* | ||
@@ -431,0 +431,0 @@ * @param name - Name of the Bone to grab a reference to |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1036306