tolmasky / demokit

DemoKit is a Library and Electron app for building product demos and tutorials using web technologies
MIT License
428 stars 17 forks source link

Demokit opens with Chrome Developer Tools, and it shows in videos too #14

Open kvz opened 7 years ago

kvz commented 7 years ago

Thanks for Demokit, seems like just the thing we needed!

I'm having trouble getting a video to render without the Inspector showing up though.

I did a simple

npm install -g demokit
demokit new _intro
cd _intro
demokit index.js

But this results in the Dev Tools showing up on the right-hand side. Here's a screen:

screen shot 2016-10-24 at 14 49 46

Full video here: https://www.dropbox.com/s/ymg6t8uo2hak9bo/video%202016-10-24%20at%202.31.51%20PM.mov?dl=0

Is there perhaps any cli arg that allows me to turn off the inspector? It seems help and -h and --help aren't supported and no cli args are presented in the docs other than new?

Running v3.0.0 on macOS

tolmasky commented 7 years ago

Hey this is a great idea. Out of curiosity -- are you working in a very small monitor? I'll try to get this in tomorrow.

Thanks!

Francisco

kvz commented 7 years ago

I wasn't attached to my big screen, so if 15" non-scaled is small, then yes : )

screen shot 2016-10-25 at 16 44 19
benschwarz commented 7 years ago

Just wanted to add, this happens for me too. 13" Macbook. Anything I can do to help on this?