@rive-app/webgl-single 2.34.2 → 2.35.0
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 +12 -11
- package/rive.js.map +1 -1
- package/rive_advanced.mjs.d.ts +3 -2
package/rive_advanced.mjs.d.ts
CHANGED
|
@@ -395,10 +395,11 @@ export declare class File {
|
|
|
395
395
|
* @returns BindableArtboard
|
|
396
396
|
*/
|
|
397
397
|
internalBindableArtboardFromArtboard(artboard: Artboard): BindableArtboard;
|
|
398
|
+
|
|
398
399
|
/**
|
|
399
|
-
*
|
|
400
|
-
* @param index - Index of the Artboard in the file to create an Artboard instance for
|
|
400
|
+
* If the file has an audio asset, returns true
|
|
401
401
|
*/
|
|
402
|
+
get hasAudio(): boolean;
|
|
402
403
|
}
|
|
403
404
|
|
|
404
405
|
/**
|