yew-katex 0.2.0

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