UNPKG

comrak

Version:

Comrak is an efficient, extensible, and highly configurable Markdown parser and renderer, written in Rust and compiled to WebAssembly. Portable and agnostic, it works seamlessly in any WebAssembly-friendly JS runtime.

4 lines (3 loc) 105 B
import * as wasm from "./lib/comrak_wasm.js"; export * from "./lib/comrak_wasm.js"; export default wasm;