UNPKG

doc-red

Version:

A plugin for Node-RED which helps to documentate and enhance your workspace.

7 lines 210 B
module.exports = function (RED) { RED.plugins.registerPlugin("doc-red", { type: 'doc-red', // onadd: function () {}, // css: ['./utils/doc-red.css'], // not working... maybe only for themes }) }