@rive-app/canvas 2.20.2 → 2.21.1
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.
- package/package.json +1 -1
- package/rive.d.ts +38 -0
- package/rive.js +81 -9
- package/rive.js.map +1 -1
- package/rive.wasm +0 -0
- package/rive_advanced.mjs.d.ts +6 -0
- package/rive_fallback.wasm +0 -0
package/rive.wasm
CHANGED
|
Binary file
|
package/rive_advanced.mjs.d.ts
CHANGED
|
@@ -456,6 +456,12 @@ export declare class Artboard {
|
|
|
456
456
|
* @param path - Path of where the input exists at an artboard level
|
|
457
457
|
*/
|
|
458
458
|
inputByPath(name: string, path: string): SMIInput;
|
|
459
|
+
/**
|
|
460
|
+
* Returns a reference for a TextValueRun object to get/set a text value for
|
|
461
|
+
* @param name - Name of the Text Run to grab a reference to
|
|
462
|
+
* @param path - Path of where the text exists at an artboard level
|
|
463
|
+
*/
|
|
464
|
+
textByPath(name: string, path: string): TextValueRun;
|
|
459
465
|
}
|
|
460
466
|
|
|
461
467
|
export declare class Bone extends TransformComponent {
|
package/rive_fallback.wasm
CHANGED
|
Binary file
|