I'm wondering if there's a simple way to open an image in the native image viewer using Node. I have an output image which I simply want to open. I don't want to have to go through making a website that serves the image, etc.
Is there an easy way to open an image and display it on the screen with node?
Thanks.