The core logic of TextPlace.
Find a file
2024-12-28 20:41:19 +08:00
.github/workflows fix: npm publish (? 2024-05-06 11:42:30 +08:00
.zed test: more tests 2024-05-04 22:17:19 +08:00
logic feat: 0.2.0, all new full board format 2024-12-28 20:41:19 +08:00
scripts chore: bump ci deps 2024-05-06 11:26:51 +08:00
tests feat: 0.2.0, all new full board format 2024-12-28 20:41:19 +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 feat: 0.2.0, all new full board format 2024-12-28 20:41:19 +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.