@pie-players/pie-tool-tts-inline 0.3.26 → 0.3.27

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 CHANGED
@@ -110,9 +110,9 @@ ttsButton.speedOptions = [2, 1.25, 1.5]; // rendered in this order
110
110
 
111
111
  Semantics:
112
112
 
113
- - Omitted or non-array: defaults to `[1.5, 2]`.
113
+ - Omitted or non-array: defaults to `[0.8, 1.25]`.
114
114
  - Explicit `[]`: no speed buttons rendered.
115
- - Invalid-only values: fall back to `[1.5, 2]`.
115
+ - Invalid-only values: fall back to `[0.8, 1.25]`.
116
116
  - Values are deduplicated while preserving first-seen order.
117
117
  - `1` is excluded from rendered options.
118
118