markdawn
Version:
(multi)markdown for paged documents. Outputs to pdf
12 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var path = require("path");
var themePath = '../themes/';
/**
* This module contains some magic strings and other configuration values
*/
exports.default = {
themePath: path.resolve(__dirname, themePath),
defaultTheme: path.resolve(__dirname, themePath, 'default/index.html'),
};
//# sourceMappingURL=config.js.map