lib/kino_text_to_speech.ex

defmodule KinoTextToSpeech do
  @moduledoc ~S'''
  Text-to-Speech widgets for Livebook using the [SpeechSynthesis API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis).

  KinoTextToSpeech is the library for loading TTS Kinos and Smart Cells into your Livebook notebooks.
  '''
end