0.14.0 • Published 10 months ago

shiki-es v0.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

shiki-es

Standalone build of shiki fully compatible with all ESM environments.

Usage

Install:

#pnpm
pnpm i shiki-es

# npm
npm i shiki-es

# yarn
yarn add shiki-es
import { getHighlighter } from "shiki-es";

const highlighter = await getHighlighter({ theme: "nord" });

console.log(highlighter.codeToHtml(`console.log('shiki');`, { lang: "js" }));

License

MIT