hyper-hide-scroll
v1.0.0
Published
Extenstion for hiding the scrollbar in Hyper
Downloads
5
Maintainers
Readme
hyper-hide-scroll
Extenstion for hiding the scrollbar in Hyper.
How to use
Add hyper-hide-scroll
to plugins
in ~/.hyper.js
:
// Example ~/.hyper.js
module.exports = {
plugins: [
"hyper-hide-scroll",
],
}