embed
embed copied to clipboard
Add support for event listeners from the embed-api in the latest version.
It would be really cool if you could add the even listeners from the embed-api in the latest version.
crate.on('signIn', (user) => {
console.log(`Guest signed in as ${user.name}`, user)
})