embed icon indicating copy to clipboard operation
embed copied to clipboard

Add support for event listeners from the embed-api in the latest version.

Open Talha345 opened this issue 2 years ago • 0 comments

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)
})

Talha345 avatar May 30 '22 16:05 Talha345