MeshCat.jl icon indicating copy to clipboard operation
MeshCat.jl copied to clipboard

Easy way to resize Electron window to a specific size (e.g. for video production)

Open tkoolen opened this issue 6 years ago • 1 comments

Currently using

open(vis, Blink.Window(Dict(:width => 1280, :height => 720, :useContentSize => true)))

Need to turn that into modifying an existing window, and perhaps adding a toolbar menu option for this.

tkoolen avatar Aug 05 '19 01:08 tkoolen

I've updated the title of this issue following the dependency change in v0.16.0, from Blink.jl to Electron.jl.

ferrolho avatar May 22 '23 21:05 ferrolho