UNPKG

@mr-hope/vuepress-plugin-smooth-scroll

Version:
11 lines 357 B
"use strict"; const path_1 = require("path"); const smoothScrollPlugin = (options) => ({ name: "@mr-hope/smooth-scroll", define: () => ({ SMOOTH_SCROLL_DELAY: options.delay || 0, }), enhanceAppFiles: (0, path_1.resolve)(__dirname, "../client/enhanceApp.js"), }); module.exports = smoothScrollPlugin; //# sourceMappingURL=index.js.map