@rive-app/canvas-advanced-single
Advanced tools
Comparing version 2.16.0 to 2.17.0
{ | ||
"name": "@rive-app/canvas-advanced-single", | ||
"version": "2.16.0", | ||
"version": "2.17.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", |
@@ -453,2 +453,8 @@ interface RiveOptions { | ||
textRun(name: string): TextValueRun; | ||
/** | ||
* Returns a reference for a SMIInput object to get/set an input value for | ||
* @param name - Name of the Input to grab a reference to | ||
* @param path - Path of where the input exists at an artboard level | ||
*/ | ||
inputByPath(name: string, path: string): SMIInput; | ||
} | ||
@@ -455,0 +461,0 @@ |
Sorry, the diff of this file is not supported yet
1554291
9790