samizdatco / skia-canvas

A GPU-accelerated 2D graphics environment for Node.js
MIT License
1.67k stars 63 forks source link

fullscreen does not work on MacOS #153

Open harmvandendorpel opened 11 months ago

harmvandendorpel commented 11 months ago

The fullscreen configuration boolean is ignored on MacOS.

const window = new Window({
  fullscreen: true
});

opens a window in the default 500x500px size instead.