@k9n/scully-plugin-mermaid
Version:
this plugin for Scully provides a postRenderer to generate a SVGs from mermaid source code sections
12 lines • 439 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.validator = void 0;
const scully_1 = require("@scullyio/scully");
const constants_1 = require("./constants");
const validator = async ( /* conf */) => {
const mermaidConfig = (0, scully_1.getPluginConfig)(constants_1.MermaidPluginName);
const errors = [];
return errors;
};
exports.validator = validator;
//# sourceMappingURL=validator.js.map