mermaid-js / api-integration-ex

Example of how to integrate via the API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo demonstrates how to integrate mermaid to your site using the API

Get started

Run yarnor npm install to install the project dependencies

Run yarn dev or npm run dev to start a development server for this small example.

The interesting code is in src/js/index.html.

About

Example of how to integrate via the API

License:MIT License


Languages

Language:JavaScript 39.2%Language:HTML 34.4%Language:CSS 26.4%