mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02:00

Support doing: ```js import { calcIntersections, calcNodeIntersections } from '@mermaid-chart/mermaid'; ``` This means we can eventually stop doing `window.calcIntersections` and `window.calcNodeIntersections`.