waveframe 0.1.1 → 0.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 (1) hide show
  1. package/package.json +18 -4
package/package.json CHANGED
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "name": "waveframe",
3
- "version": "0.1.1",
4
- "description": "A customizable React audio player component with SoundCloud-style waveforms.",
3
+ "version": "0.1.2",
4
+ "description": "A high-performance, customizable React audio player with SoundCloud-style waveforms and built-in audio analysis.",
5
5
  "type": "module",
6
6
  "main": "./dist/waveframe.umd.js",
7
7
  "module": "./dist/waveframe.es.js",
8
8
  "types": "./dist/index.d.ts",
9
+ "homepage": "https://gradippp.github.io/waveframe",
10
+ "bugs": {
11
+ "url": "https://github.com/gradippp/waveframe/issues"
12
+ },
9
13
  "exports": {
10
14
  ".": {
11
15
  "types": "./dist/index.d.ts",
@@ -17,8 +21,18 @@
17
21
  "files": [
18
22
  "dist"
19
23
  ],
20
- "keywords": [],
21
- "author": "",
24
+ "keywords": [
25
+ "react",
26
+ "audio-player",
27
+ "waveform",
28
+ "soundcloud-style",
29
+ "audio-visualizer",
30
+ "web-audio-api",
31
+ "component-library",
32
+ "typescript",
33
+ "tailwind-css"
34
+ ],
35
+ "author": "Agradip <me@agradip.fyi>",
22
36
  "license": "MIT",
23
37
  "repository": {
24
38
  "type": "git",