Saved AnimationsUSER-ONLY
User Walkthrough 31 of 50
Users can manage animations saved to their account.
Listing Animations
getSavedAnimations returns the saved animations.
const animations = await client.getSavedAnimations();
Updating the List
saveAnimation and unsaveAnimation add and remove animations from the list.
await client.saveAnimation(fileId);
await client.unsaveAnimation(fileId);