Comparing version 2.0.1 to 2.0.2
@@ -5,3 +5,3 @@ { | ||
"module": "dist/use-sound.esm.js", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"repository": "github:joshwcomeau/use-sound", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -11,3 +11,3 @@ # useSound | ||
- ✨ Built with Typescript | ||
- 🗣 Uses a powerful, battle-tested audio utility: **Howler.js** | ||
- 🗣 Uses a powerful, battle-tested audio utility: [**Howler.js**](https://howlerjs.com/) | ||
@@ -20,2 +20,12 @@ [](https://bundlephobia.com/result?p=use-sound) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/use-sound) [](https://github.com/joshwcomeau/use-sound/blob/master/CONDUCT.md) | ||
## Status | ||
This project is “semi-maintained” 😅 | ||
I don't have the bandwidth right now to look into edge-case issues or help troubleshoot, but I plan on keeping it up-to-date with major React releases, and fixing issues that are both serious and common. | ||
If you have ideas for features, or run into strange quirks, I thoroughly recommend forking the project and making it your own! It might seem intimidating, but the source isn't as complex as many other NPM packages; I defer all the hard audio work to [Howler](https://howlerjs.com/)). If you've been using React for a while and are comfortable with hooks, you should feel right at home with this package's code. | ||
--- | ||
## Installation | ||
@@ -22,0 +32,0 @@ |
52062
321