2 unstable releases

0.2.0 Oct 22, 2020
0.1.0 Oct 22, 2020

#958 in WebAssembly


Used in yew-aplayer

MPL-2.0 license

66KB
302 lines

APlayer Wasmbind

Basic

Notice that this does not include css, so cdn still must be included.

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.css">
use katex_wasmbind::KaTeXOptions;

fn main() {
    let d = KaTeXOptions::display_mode();
    let i = KaTeXOptions::inline_mode();
    assert_ne!(d.render("\\frac12"), i.render("\\frac12"));
}

Todo list

  • Remove serde dependencies

Dependencies

~7–9.5MB
~186K SLoC