4 Commits

Author SHA1 Message Date
Huakun Shen
4e036db70f
Update demo image and dependencies
- Updated demo image URL in package.json and README
- Simplified dependencies in deno.lock
- Upgraded @kunkun/api to version 0.1.1
- Removed unused dependencies and packages
2025-02-07 03:01:59 -05:00
Huakun Shen
fc469fe8aa
Add Deno detection and installation guide
- Added Deno availability check on the main page
- Implemented conditional rendering based on Deno installation
- Added helper method to guide Deno installation
- Updated import for API to remove unused ui module
- Created placeholder helper.ts file for future utility functions
2025-02-07 03:00:47 -05:00
Huakun Shen
5e254903ce
Add translation feature and language selection
- Implemented translation page for audio files
- Added language selection dropdown with comprehensive language codes
- Updated UI components to support language selection
- Migrated from iframe to custom UI API
- Added demo image to README
- Updated package dependencies
2025-02-06 22:05:43 -05:00
Huakun Shen
51fcb8285e
Initial project setup for Kunkun Speech to Text extension
- Added project configuration files (tsconfig, eslint, vite, etc.)
- Implemented Svelte5 frontend with routing
- Created Deno backend for audio transcription using OpenAI Whisper
- Added preferences page for API key configuration
- Configured Tailwind CSS and theming
- Implemented file selection and transcription functionality
2025-02-06 20:57:19 -05:00