@applemusic-like-lyrics/core 0.5.1 → 0.6.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 -2
- package/dist/amll-core.cjs +5157 -2029
- package/dist/amll-core.cjs.map +1 -1
- package/dist/amll-core.d.cts +1893 -494
- package/dist/amll-core.d.mts +1893 -495
- package/dist/amll-core.mjs +5118 -2031
- package/dist/amll-core.mjs.map +1 -1
- package/dist/rolldown-runtime-D7D4PA-g.mjs +13 -0
- package/dist/style.css +99 -66
- package/package.json +14 -10
package/README.md
CHANGED
|
@@ -37,9 +37,8 @@ yarn add @applemusic-like-lyrics/core # using yarn
|
|
|
37
37
|
|
|
38
38
|
## Usage Summary
|
|
39
39
|
|
|
40
|
-
For detailed API documentation, please refer to [
|
|
40
|
+
For detailed API documentation, please refer to [AMLL Docs](https://amll.dev/en/reference/core).
|
|
41
41
|
|
|
42
|
-
A test program can be found in [../playground/core/src/test.ts](../playground/core/src/test.ts).
|
|
43
42
|
|
|
44
43
|
```typescript
|
|
45
44
|
import { LyricPlayer } from "@applemusic-like-lyrics/core";
|