1.0.3 • Published 4 years ago
vuepress-plugin-presentation-mode2 v1.0.3
Vuepress Presentation Mode
A plugin for vuepress-next to make your page into presentation mode
Keyboard shortcut: Ctrl + Shift + F. (both for Windows and Mac)
Install
npm i vuepress-plugin-presentation-mode2Usage
In your config.js:
{
//...
plugins: [
'presentation-mode2'
]
}