@mr-hope/vuepress-plugin-smooth-scroll
Version:
smooth-scroll plugin for vuepress
11 lines • 357 B
JavaScript
;
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