8 lines
183 B
JavaScript
Executable File
8 lines
183 B
JavaScript
Executable File
|
|
module.exports = {
|
|
inputDir: './',
|
|
engine: ({ marp }) => marp.use(require('../index'), {
|
|
entrypoint: "https://kroki.io",
|
|
marpAutoScaling: true
|
|
})
|
|
} |