The core logic of TextPlace.
Find a file
laosb 8746ae1494
Some checks failed
Test / test (push) Has been cancelled
fix: mark intl call as pure
2025-12-16 18:14:37 +08:00
.github/workflows fix: Add --no-git-checks to pnpm publish step 2025-11-30 10:47:02 +08:00
.zed refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00
src fix: mark intl call as pure 2025-12-16 18:14:37 +08:00
tests refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00
.gitignore refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
build.config.ts refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00
deno.json fix: mark intl call as pure 2025-12-16 18:14:37 +08:00
LICENSE refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
package.json fix: mark intl call as pure 2025-12-16 18:14:37 +08:00
pnpm-lock.yaml refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00
pnpm-workspace.yaml chore: bump deps 2025-12-15 22:08:45 +08:00
README.md doc: deno fmt README 2024-05-05 12:28:28 +08:00
tsconfig.json refactor: extract render entrypoint & add cropRender function 2025-12-16 16:41:30 +08:00

CoreTextPlace

JSR JSR Score Deno Tests

The core logic & type defnitions of TextPlace.

This is written in TypeScript and should be able to run on browsers (web app uses it), Cloudflare Workers (that TextPlace backend runs on) and Deno (for development & main test platform). Compatibility with Node.js and Bun is not guranteed but issues & PRs are welcome.

This is available on both JSR and NPM. It's published on JSR as long as the tests are passing, and only published to NPM when a new release is tagged.

License

This project is licensed under the MIT License - see the LICENSE file for details.