The core logic of TextPlace.
Find a file
2025-01-28 17:21:59 +08:00
.github/workflows ci: bump runtimes in actions 2024-12-28 20:43:34 +08:00
.zed chore: add test watch mode to zed command 2024-12-29 23:13:14 +08:00
logic fix: dirty fix for char width 2025-01-28 17:21:59 +08:00
scripts chore: bump ci deps 2024-05-06 11:26:51 +08:00
tests fix: dirty fix for char width 2025-01-28 17:21:59 +08:00
types feat: 0.2.0, all new full board format 2024-12-28 20:41:19 +08:00
.gitignore initial version 2024-04-28 13:05:28 +08:00
deno.json fix: dirty fix for char width 2025-01-28 17:21:59 +08:00
deno.lock feat: support any unicode grapheme clusters. 2025-01-28 14:31:14 +08:00
LICENSE initial version 2024-04-28 13:05:28 +08:00
mod.ts initial version 2024-04-28 13:05:28 +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.