@rive-app/webgl-single 2.20.0 → 2.20.2
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.js +10 -10
- package/rive.js.map +1 -1
- package/rive_advanced.mjs.d.ts +1 -1
package/rive_advanced.mjs.d.ts
CHANGED
|
@@ -425,7 +425,7 @@ export declare class Artboard {
|
|
|
425
425
|
stateMachineCount(): number;
|
|
426
426
|
/**
|
|
427
427
|
* Returns a reference for a Bone object of a given name.
|
|
428
|
-
* Learn more: https://
|
|
428
|
+
* Learn more: https://rive.app/community/doc/bones/docYyQwxrgI5
|
|
429
429
|
*
|
|
430
430
|
* @param name - Name of the Bone to grab a reference to
|
|
431
431
|
*/
|