Skip to main content
Home
This package has been archived, and as such it is read-only.

Built and signed on GitHub Actions

This package works with Cloudflare Workers, Node.js, Deno, BrowsersIt is unknown whether this package works with Bun
This package works with Cloudflare Workers
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
76%
Published
10 months ago (0.0.4)

The core modules of flashcard.js, used across all platforms

It provides models for Card, Deck, Note, and Template

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:@flashcard/core

Import symbol

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

Import directly with a jsr specifier

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

Add Package

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

Import symbol

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

Add Package

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

Import symbol

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

Add Package

npx jsr add @flashcard/core

Import symbol

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

Add Package

bunx jsr add @flashcard/core

Import symbol

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