Skip to main content
Home

Built and signed on GitHub Actions

Works with
This package works with Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun
It is unknown whether 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 Score70%
Downloads91/wk
Published3 months ago (0.0.35)

A reusable code editor control for support Fathym's AI assisted development flow.

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:@fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";
or

Import directly with a jsr specifier

import { type CodeEditorHandle } from "jsr:@fathym/code-editor";

Add Package

pnpm i jsr:@fathym/code-editor
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";

Add Package

yarn add jsr:@fathym/code-editor
or (using Yarn 4.8 or older)
yarn dlx jsr add @fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";

Add Package

vlt install jsr:@fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";

Add Package

npx jsr add @fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";

Add Package

bunx jsr add @fathym/code-editor

Import symbol

import { type CodeEditorHandle } from "@fathym/code-editor";