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: 26 days ago
JSON representation
Text to Speech App in Vue using Speech Synthesis API
- Host: GitHub
- URL: https://github.com/lyrklif/text-to-audio
- Owner: Lyrklif
- Created: 2024-10-14T22:30:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T14:54:32.000Z (over 1 year ago)
- Last Synced: 2025-03-02T10:14:25.824Z (over 1 year ago)
- Topics: speech-synthesis, speech-synthesis-api, speechsynthesisapi, vue, vue-typescript, vue3
- Language: Vue
- Homepage: https://lyrklif.github.io/text-to-audio/
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Text to Speech App in Vue using Speech Synthesis API

### 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
```