https://github.com/dunkbing/text2audio
Simple TTS tool made with Fresh
https://github.com/dunkbing/text2audio
deno fresh preact tts
Last synced: 3 months ago
JSON representation
Simple TTS tool made with Fresh
- Host: GitHub
- URL: https://github.com/dunkbing/text2audio
- Owner: dunkbing
- Created: 2023-09-24T16:25:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:50:03.000Z (8 months ago)
- Last Synced: 2025-05-19T16:17:13.757Z (5 months ago)
- Topics: deno, fresh, preact, tts
- Language: TypeScript
- Homepage: https://text2audio.cc
- Size: 297 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fresh project
Your new Fresh project is ready to go. You can follow the Fresh "Getting
Started" guide here: https://fresh.deno.dev/docs/getting-started### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```This will watch the project directory and restart as necessary.