The core logic of TextPlace.
Find a file
2024-05-05 12:33:00 +08:00
.github/workflows chore: publish on both jsr & npm (0.1.2) 2024-05-05 12:03:02 +08:00
.zed test: more tests 2024-05-04 22:17:19 +08:00
logic fix: lint errors. 2024-05-04 23:08:41 +08:00
scripts fix: npm build provenance 2024-05-05 12:32:23 +08:00
tests fix: lint errors. 2024-05-04 23:08:41 +08:00
types fix: lint errors. 2024-05-04 23:08:41 +08:00
.gitignore initial version 2024-04-28 13:05:28 +08:00
deno.json chore: release 0.1.4 2024-05-05 12:33:00 +08:00
deno.lock initial version 2024-04-28 13:05:28 +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.