Skip to content

Instantly share code, notes, and snippets.

@boergens
Created December 28, 2021 14:31
Show Gist options
  • Save boergens/fb2d26f45fbb46c936f3e11def1569e1 to your computer and use it in GitHub Desktop.
Save boergens/fb2d26f45fbb46c936f3e11def1569e1 to your computer and use it in GitHub Desktop.
Test
window.webknossos.apiReady(3).then(async (api) => {
const removeToast = api.utils.showToast("info", "You just got toasted", false, 5000);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment