//shiki-esbyfarnabaz

shiki-es

Standalone build of shiki fully compatible with all ESM environments.

0
0
0

shiki-es

Standalone build of shiki fully compatible with all ESM environments.

Usage

Install:

# 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

[beta]v0.13.0