Commit graph

6 commits

Author SHA1 Message Date
8746ae1494 fix: mark intl call as pure
Some checks failed
Test / test (push) Has been cancelled
2025-12-16 18:14:37 +08:00
c703b1870a refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00
d97546f47c chore: bump deps 2025-12-15 22:08:45 +08:00
bf976a8ceb chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
4bcbd865d3 chore: Add packageManager field to package.json 2025-11-29 19:12:52 +08:00
32534084df refactor: Migrate project from Deno to pnpm/Node
Replace Deno configs and workflows with pnpm/Node tooling Add
package.json, jsr.json, build.config.ts and pnpm-lock.yaml Remove
deno.json, deno.lock, Deno build scripts and workflow Move source files
into src/ and update imports and tests to vitest Add Test CI workflow
and adapt publish jobs for pnpm/node Update editor settings, tasks,
.gitignore and bump LICENSE year
2025-11-29 19:11:49 +08:00