2 unstable releases
0.2.0 | Oct 22, 2020 |
---|---|
0.1.0 | Oct 22, 2020 |
#1264 in WebAssembly
23 downloads per month
Used in yew-aplayer
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
~188K SLoC