Skip to main content
Home

Built and signed on GitHub Actions

Svelte + Markdown + LaTeX

This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 months ago (0.4.4)
type alias MathBackend

Supported math backends.

Definition

"katex"
| "mathjax"
| "custom"
| "none"

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:@nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";
or

Import directly with a jsr specifier

import { type MathBackend } from "jsr:@nvl/sveltex";

Add Package

pnpm i jsr:@nvl/sveltex
or (using pnpm 10.8 or older)
pnpm dlx jsr add @nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";

Add Package

yarn add jsr:@nvl/sveltex
or (using Yarn 4.8 or older)
yarn dlx jsr add @nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";

Add Package

vlt install jsr:@nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";

Add Package

npx jsr add @nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";

Add Package

bunx jsr add @nvl/sveltex

Import symbol

import { type MathBackend } from "@nvl/sveltex";