mirror of
https://github.com/TextPlace/CoreTextPlace.git
synced 2025-04-30 12:41:10 +00:00
The core logic of TextPlace.
.github/workflows | ||
.zed | ||
logic | ||
scripts | ||
tests | ||
types | ||
.gitignore | ||
deno.json | ||
deno.lock | ||
LICENSE | ||
mod.ts | ||
README.md |
CoreTextPlace
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.