@uimaxbai/am-lyrics 1.0.3 → 1.0.4
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/demo/index.html +1 -1
- package/dist/src/am-lyrics.js +3 -3
- package/dist/src/am-lyrics.js.map +1 -1
- package/dist/src/react.js +3 -3
- package/dist/src/react.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/AmLyrics.ts +3 -3
package/demo/index.html
CHANGED
package/dist/src/am-lyrics.js
CHANGED
|
@@ -310,7 +310,7 @@ class GoogleService {
|
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
const VERSION = '1.0.
|
|
313
|
+
const VERSION = '1.0.4';
|
|
314
314
|
const INSTRUMENTAL_THRESHOLD_MS = 7000; // Show dots for gaps >= 7s
|
|
315
315
|
const KPOE_SERVERS = [
|
|
316
316
|
'https://lyricsplus.binimum.org',
|
|
@@ -2204,7 +2204,7 @@ class AmLyrics extends i {
|
|
|
2204
2204
|
data-end-time="${endTimeMs}"
|
|
2205
2205
|
data-duration="${durationMs}"
|
|
2206
2206
|
data-syllable-index="0"
|
|
2207
|
-
data-wipe-ratio="
|
|
2207
|
+
data-wipe-ratio="1"
|
|
2208
2208
|
>${syllable.romanizedText}</span
|
|
2209
2209
|
>`
|
|
2210
2210
|
: '';
|
|
@@ -2527,7 +2527,7 @@ AmLyrics.styles = i$3 `
|
|
|
2527
2527
|
--lyplus-gap-dot-margin: 0.08em;
|
|
2528
2528
|
|
|
2529
2529
|
--lyplus-font-size-base: 32px;
|
|
2530
|
-
--lyplus-font-size-base-grow:
|
|
2530
|
+
--lyplus-font-size-base-grow: 24.5;
|
|
2531
2531
|
--lyplus-font-size-subtext: 0.6em;
|
|
2532
2532
|
|
|
2533
2533
|
--lyplus-blur-amount: 0.07em;
|