The core logic of TextPlace.
Find a file
2024-12-29 23:13:14 +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: fill with reference 2024-12-29 23:13:00 +08:00
scripts chore: bump ci deps 2024-05-06 11:26:51 +08:00
tests fix: fill with reference 2024-12-29 23:13:00 +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: 0.3.1 2024-12-29 22:43:36 +08:00
deno.lock feat: 0.2.0, all new full board format 2024-12-28 20:41:19 +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.