@ghchinoy/lit-audio-ui 0.4.2 → 0.4.3
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,6 +17,11 @@ By leveraging **Lit** and native Web Components, this library offers distinct ad
|
|
|
17
17
|
* **Atomic Composition:** Powered by `@lit/context`, the complex monolithic audio players are broken down into atomic, highly composable state machines.
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
## How to Use (For AI Agents)
|
|
21
|
+
|
|
22
|
+
If you are an AI coding agent integrating this library into an application, please refer to the [AGENT_SKILL.md](./AGENT_SKILL.md) for specialized integration protocols, state management patterns, and "Zero-JS" branding guidelines. This document is designed to help you autonomously implement robust audio interfaces that adhere to the library's "Lit Way" architecture.
|
|
23
|
+
|
|
24
|
+
|
|
20
25
|
## How to Use the Lit Components (For Users)
|
|
21
26
|
|
|
22
27
|
As a Web Components library, you can use these elements directly in your HTML or inside any frontend framework.
|