@microlink/recipes
Version:
Build something with just a few of lines
21 lines (20 loc) • 983 B
JavaScript
module.exports = {
debugCss: require('./recipes/by-feature/debug-css'),
emails: require('./recipes/by-feature/emails'),
embed: require('./recipes/by-feature/embed'),
excerpt: require('./recipes/by-feature/excerpt'),
favicon: require('./recipes/by-feature/favicon'),
fullScreenshot: require('./recipes/by-feature/full-screenshot'),
headings: require('./recipes/by-feature/headings'),
healthcheck: require('./recipes/by-feature/healthcheck'),
html: require('./recipes/by-feature/html'),
images: require('./recipes/by-feature/images'),
jsonLd: require('./recipes/by-feature/json-ld'),
lighthouse: require('./recipes/by-feature/lighthouse'),
pdf: require('./recipes/by-feature/pdf'),
screenshot: require('./recipes/by-feature/screenshot'),
technologyStack: require('./recipes/by-feature/technology-stack'),
text: require('./recipes/by-feature/text'),
uris: require('./recipes/by-feature/uris'),
youtubeDl: require('./recipes/by-feature/youtube-dl')
}