You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @snadal I'll look into this when I'm back in front of a laptop (e.g. nxt week).
one thing, theres an error in the readme, it should be npm install nw-shot not npm install nw, there's no need to install nw as thats a dependency in package.json.
Make sure you're starting in a freesh module, e.g. run npm init in a new folder, run npm install nw-shot then try running the example, this way you can ensure its using the nw version listed in package.json
I've tested nw-js, but it doesn't seems to work (or more probably, I am not doing it right :) )
1.- Create file shot.js with contents
2.- # npm install nw
3.- # npm install mw-shot
4.- # node shot.js
A window is opened for a fraction of second, and creates an empty file out.png.
It does not return cursor until I hit ^C
Am I missing something ?
The text was updated successfully, but these errors were encountered: