UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.

10 lines (8 loc) 389 B
/* eslint-disable n/no-unpublished-import */ /** Import mermaid for ESBUILD to bundle because mermaid must be loaded BEFORE docsify * NB: This is NOT really an ES Module, the import is interpreted by ESBUILD. */ import mermaid from 'mermaid/dist/mermaid.esm.mjs' window['mermaid'] = mermaid const version = '2026-02-12' console.log(`uibuilder docsify mermaid.js - version: ${version}`)