@huluvu424242/honey-speech
Version:
Text to Speech component wich is reading texts from DOM elements.
11 lines (10 loc) • 393 B
CSS
.speakerimage {
background: var(--honey-speaker-background, transparent);
stroke: var(--honey-speaker-color, blue);
fill: var(--honey-speaker-color, blue);
padding: var(--honey-speaker-padding, 5px);
font-size: var(--honey-speaker-font-size, medium);
border: var(--honey-speaker-border, 0);
width: var(--honey-speaker-width, 36px);
height: var(--honey-speaker-height, 36px);
}