Skip to main content
Home

Built and signed on GitHub Actions

The core logic of TextPlace.

This package works with Cloudflare Workers, Deno, BrowsersIt is unknown whether this package works with Node.js, Bun
This package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score
82%
Published
9 months ago (0.4.1)

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.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@textplace/core

Import symbol

import * as core from "@textplace/core";
or

Import directly with a jsr specifier

import * as core from "jsr:@textplace/core";

Add Package

pnpm i jsr:@textplace/core
or (using pnpm 10.8 or older)
pnpm dlx jsr add @textplace/core

Import symbol

import * as core from "@textplace/core";

Add Package

yarn add jsr:@textplace/core
or (using Yarn 4.8 or older)
yarn dlx jsr add @textplace/core

Import symbol

import * as core from "@textplace/core";

Add Package

vlt install jsr:@textplace/core

Import symbol

import * as core from "@textplace/core";

Add Package

npx jsr add @textplace/core

Import symbol

import * as core from "@textplace/core";

Add Package

bunx jsr add @textplace/core

Import symbol

import * as core from "@textplace/core";