UNPKG

@starzkg/vuepress-plugin-live2d-widget

Version:
10 lines (9 loc) 329 B
import { getDirname, path } from '@vuepress/utils' const __dirname = getDirname(import.meta.url) export const live2dPlugin = (options) => (app) => { return { name: '@starzkg/vuepress-plugin-live2d-widget', clientConfigFile: path.resolve(__dirname, '../client/config.js'), } } //# sourceMappingURL=live2dPlugin.js.map