Transin is an experimental project I made to translate text from games that in game console emulator(eg. PCSX2).
Find a file
2025-02-27 17:43:14 +08:00
.github/workflows testing: github actions secrets 2025-02-25 10:05:18 +08:00
src fix: output url 2025-02-27 17:40:11 +08:00
test testing: disable translate testing since it wasn't always same. 2025-02-27 17:43:14 +08:00
web fix: missing resgions state deps 2025-02-24 23:22:03 +08:00
.gitignore initial 2025-02-20 15:45:38 +08:00
bun.lock feat: upgrade to bun v1.2.3 2025-02-24 14:16:20 +08:00
LICENSE Create LICENSE 2025-02-20 15:49:33 +08:00
package.json feat: crop and resize image before recognize 2025-02-21 11:30:00 +08:00
preview.png Add files via upload 2025-02-23 21:06:06 +08:00
README.md docs: add CI status 2025-02-25 10:06:50 +08:00
tsconfig.json initial 2025-02-20 15:45:38 +08:00

Transin

build and testing

Transin is an experimental project I made to translate text from games that in game console emulator(eg. PCSX2).

Preview

Transin UI Preview

Design

Quick Start

Install latest version of Bun(currently 1.2.3) first.

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.2.2. Bun is a fast all-in-one JavaScript runtime.