Skip to main content
Home

Built and signed on GitHub Actions

It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
88%
Published
a week ago (1.0.0)

ANSI Shadow to MediaWiki Wikitext converter.

This module provides functions to convert text into ANSI Shadow ASCII art and output it as MediaWiki wikitext table format that renders correctly across all devices including mobile.

Examples

Example 1

import { toWikitext } from "@kongyo2/ansi-shadow-wikitext";

const wikitext = toWikitext("HELLO", {
  backgroundColor: "#2D2D2D",
  textColor: "#D4845C",
});
console.log(wikitext);
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:@kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";
or

Import directly with a jsr specifier

import * as ansi_shadow_wikitext from "jsr:@kongyo2/ansi-shadow-wikitext";

Add Package

pnpm i jsr:@kongyo2/ansi-shadow-wikitext
or (using pnpm 10.8 or older)
pnpm dlx jsr add @kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";

Add Package

yarn add jsr:@kongyo2/ansi-shadow-wikitext
or (using Yarn 4.8 or older)
yarn dlx jsr add @kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";

Add Package

vlt install jsr:@kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";

Add Package

npx jsr add @kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";

Add Package

bunx jsr add @kongyo2/ansi-shadow-wikitext

Import symbol

import * as ansi_shadow_wikitext from "@kongyo2/ansi-shadow-wikitext";