0.0.2 • Published 4 years ago

gatsby-plugin-notifications v0.0.2

Weekly downloads
163
License
MIT
Repository
-
Last release
4 years ago

gatsby-plugin-notifications

This plugin adds toast notifications and sounds when gatsby develop is ready and when gatsby build completes. This is useful for when either of these processes take a while and you want to multitask and be alerted when Gatsby is ready for you.

plugin options

{
  resolve: `gatsby-plugin-notifications`,
  // these are the default options
  options: {
    sound: `Glass`, // see ./assets/sounds for available sounds
    toast: true
  }
}