@rive-app/canvas-advanced-single
Advanced tools
Comparing version 2.20.2 to 2.21.0
{ | ||
"name": "@rive-app/canvas-advanced-single", | ||
"version": "2.20.2", | ||
"version": "2.21.0", | ||
"description": "Rive's lightweight low-level canvas based web api all in one js file.", | ||
@@ -5,0 +5,0 @@ "main": "canvas_advanced_single.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
1708017
10397