Create your own weird text translator!
- ⭐Star this (Optional)
- Add your translator options in
src/lib/options.ts
(Optional) - Add your translation script to
src/scripts
folder - Create a TSX file in
src/translator
with the same name as your script - Add your translator information to
src/routes.ts
That's it! You can alter the page layout as much as you want!
- SolidJS
- TailwindCSS
- TypeScript
- Vite
Running pnpm dev
to start the development server at localhost:3000