shadow-plyr 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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,16 @@
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
+
## ❤️ Support the Project
|
|
12
|
+
|
|
13
|
+
If **shadow-plyr** helps you, consider supporting development:
|
|
14
|
+
|
|
15
|
+
[](https://www.buymeacoffee.com/YOUR_USERNAME)
|
|
16
|
+
|
|
17
|
+
Your support helps maintain and improve the Shadow Web Components ecosystem.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
11
21
|
## ✨ Features
|
|
12
22
|
|
|
13
23
|
- 🎯 Native Web Component `<shadow-plyr>`
|
package/package.json
CHANGED