@siteed/expo-audio-stream 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,6 +15,13 @@
15
15
  <a href="https://deeeed.github.io/expo-audio-stream/playground/">
16
16
  <img src="../../docs/demo.gif" alt="Screenshot Playground">
17
17
  </a>
18
+ <br/><br/>
19
+ <a href="https://deeeed.github.io/expo-audio-stream/playground" style="text-decoration:none;">
20
+ <div style="display:inline-block; padding:10px 20px; background-color:#007bff; color:white; border-radius:5px; font-size:16px;">
21
+ Try it out
22
+ </div>
23
+ </a>
24
+ <br/>
18
25
  </h2>
19
26
  </div>
20
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@siteed/expo-audio-stream",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "stream audio crossplatform",
5
5
  "license": "MIT",
6
6
  "main": "build/index.js",