# Tiny Mermaid This is a tiny version of mermaid that is optimized for the web. It is a subset of the mermaid library and is designed to be used in the browser via CDN. ## Usage via NPM This package is not meant to be installed directly from npm. It is designed to be used via CDN. If you need to use mermaid in your project, please install the full [`mermaid` package](https://www.npmjs.com/package/mermaid) instead. ## Removals from mermaid This does not support - Mindmap Diagram - Architecture Diagram - Katex rendering ## Usage via CDN ### Latest version ```html ``` ### Specific version ```html ```