@rive-app/canvas-advanced-lite
Advanced tools
Comparing version 2.20.2 to 2.21.0
{ | ||
"name": "@rive-app/canvas-advanced-lite", | ||
"version": "2.20.2", | ||
"version": "2.21.0", | ||
"description": "Rive's lite low-level canvas based web api.", | ||
@@ -5,0 +5,0 @@ "main": "canvas_advanced.mjs", |
@@ -459,2 +459,8 @@ interface RiveOptions { | ||
inputByPath(name: string, path: string): SMIInput; | ||
/** | ||
* Returns a reference for a TextValueRun object to get/set a text value for | ||
* @param name - Name of the Text Run to grab a reference to | ||
* @param path - Path of where the text exists at an artboard level | ||
*/ | ||
textByPath(name: string, path: string): TextValueRun; | ||
} | ||
@@ -461,0 +467,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1037655
3123