Crates.io | yew-katex-new |
lib.rs | yew-katex-new |
version | 0.19.0 |
source | src |
created_at | 2023-09-08 14:05:34.640296 |
updated_at | 2023-09-08 14:05:34.640296 |
description | Render math with KaTeX in Yew! But working with newer versions of yw |
homepage | |
repository | https://github.com/Popaulol/katex.wasm |
max_upload_size | |
id | 967136 |
size | 4,489 |
Render math with KaTeX in Web!
auto-cdn
feature is enable, CDN will be inserted to head when the first component of this type is loaded.If you want to manage CDN by yourself, you can disable this feature and manually import it
<link rel="stylesheet" href="https://unpkg.com/katex@0.15.2/dist/katex.min.css">