yew-katex 0.19.0

Render math with KaTeX in Yew!
Documentation
{
    "private": true,
    "scripts": {
        "build": "cargo build --release",
        "t": "cargo test --release",
        "fmt": "cargo fmt --all",
        "push": "wee test && git push",
        "reset": "git reset Head~ --soft",
        "p": "cargo publish --allow-dirty",
        "dev": "trunk serve"
    }
}