horeg-audio 1.1.0 → 1.2.0
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.
- package/README.md +1 -0
- package/dist/horeg-audio.cjs +505 -50
- package/dist/horeg-audio.cjs.map +1 -1
- package/dist/horeg-audio.global.js +506 -51
- package/dist/horeg-audio.global.js.map +1 -1
- package/dist/horeg-audio.js +883 -288
- package/dist/horeg-audio.js.map +1 -1
- package/dist/index.d.ts +17 -3
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/horeg-audio)
|
|
6
6
|
[](https://bundlephobia.com/package/horeg-audio)
|
|
7
|
+
[](https://ryomario.github.io/horeg-audio/)
|
|
7
8
|
[](LICENSE)
|
|
8
9
|
|
|
9
10
|
`horeg-audio` adalah library pemutar audio mandiri berbasis TypeScript murni (*zero runtime dependencies*) yang mengusung tema visual panggung **Sound System Horeg** (speaker subwoofer cabinet, neon glow, industrial mesh grill, dan dynamic EQ/VU-meter visualizer).
|