The core logic of TextPlace.
Find a file
2025-11-29 19:19:17 +08:00
.github/workflows fix: Use pnpm and Node 24 for JSR publish 2025-11-29 19:19:17 +08:00
.zed refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
src refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
tests refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
.gitignore refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
build.config.ts chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
jsr.json refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
LICENSE refactor: Migrate project from Deno to pnpm/Node 2025-11-29 19:11:49 +08:00
package.json chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
pnpm-lock.yaml chore: Add TypeScript devDependency and update build entry 2025-11-29 19:15:06 +08:00
README.md doc: deno fmt README 2024-05-05 12:28:28 +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.