0.3.5 • Published 4 years ago
hyper-window-size v0.3.5
hyper-window-size
Hyper-window-size is a simple plugin for Hyper.app that lets you set the size and position of the window

Install
Using hyper
To install, either use
hyper i hyper-window-sizeManually
To install, just edit your ~/.hyper.js and add "hyper-window-size" to plugins:
plugins: [
"hyper-window-size"
],Configuration
Add the following to your config file :
module.exports = {
config: {
...
hyperWindowSize: {
transform: true,
width: 100,
height: 50,
startX: 70,
startY: 70
},
...
}