rive-app / rive-wasm

Wasm/JS runtime for Rive
MIT License
703 stars 51 forks source link

Add: export ImageAsset and FontAsset types #337

Closed cdelguercio closed 11 months ago

cdelguercio commented 11 months ago

Added so that I could cast a FileAsset to ImageAsset or FontAsset and call setRenderImage or setFont without TypeScript getting angry.

zplata commented 11 months ago

Thanks for the PR @cdelguercio! We'll get this integrated

zplata commented 11 months ago

This change was introduced from our upstream workflow and released in v2.7.1 - with your commit credited here: https://github.com/rive-app/rive-wasm/commit/9e54b205091d8da141046fe485d1407a63a0b218

Thanks for the contribution!