www.byjp.me/retrieve-deps.sh
JP Hastings-Spital 0bf44ee8f3 Switched to new Postcard type
The new Postcard format is CSS only, which is much easier on processors, and much easier to produce!
2024-07-24 15:45:56 +01:00

3 lines
115 B
Bash

#!/bin/bash
mkdir -p static/js/
curl -L -o static/js/mermaid.js "https://unpkg.com/mermaid@10/dist/mermaid.min.js"