Last active
March 4, 2021 07:48
-
-
Save Utopiah/df11eb7e467ca076297a95d810e7539d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
changeAvatarByAvatarId("4JRhjmU") | |
function changeAvatarByAvatarId(avatarId){ | |
window.APP.store.update({ profile: { ...(window.APP.store.state.profile), avatarId } }); | |
} | |
// for testing window.APP.store.resetToRandomDefaultAvatar() | |
// to potential programmatically upload avatars https://github.com/mozilla/hubs/blob/master/src/react-components/avatar-editor.js#L108 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment