Answers for "gatsby-plugin-notifications"

0

gatsby-plugin-notifications

{
  resolve: `gatsby-plugin-notifications`,
  // these are the default options
  options: {
    sound: `Glass`, // see ./assets/sounds for available sounds
    toast: true
  }
}
Posted by: Guest on August-27-2020

Browse Popular Code Answers by Language