Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lyrklif/text-to-audio

Text to Speech App in Vue using Speech Synthesis API
https://github.com/lyrklif/text-to-audio

speech-synthesis speech-synthesis-api speechsynthesisapi vue vue-typescript vue3

Last synced: about 1 month ago
JSON representation

Text to Speech App in Vue using Speech Synthesis API

Awesome Lists containing this project

README

        

#### Text to Speech App in Vue using Speech Synthesis API

![ScreenShot_20241016100316](https://github.com/user-attachments/assets/265468b6-b153-4f7d-9e23-0bd7e799fc38)

### Flowbite Vue 3
[link](https://flowbite-vue.com/) Vue component library based on Tailwind CSS

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```