GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

Feature Request: add an options to forbid window resize #136

Open axetroy opened 5 years ago

axetroy commented 5 years ago

I am building an app that doesn't allow the user to change the window size.

should be an options like this:

interface Options {
  minWidth?: number;
  maxWidth?: number;
  minHeight?: number;
  maxHeight?: number;
}
FranklinYu commented 5 years ago

Is this a feature request?

Yukaii commented 5 years ago

I also want this feature 👍