How to use Blink.Window()
Opened this issue · 2 comments
barygold commented
There are many parameters that can be set when creating a window.
Please provide an example where width=200 and height=100 when using Blink.Window().
ujimushi commented
using Blink
win = Window(Dict(:width=>200, :height=>100))
It's OK? (Sorry. I'm not good at English.)
Vectornaut commented
Yes, @ujimushi, I think that's what the original poster was asking for. This should be included in the documentation!