How I do I make it so running npm start opens image.png in windows photo viewer?
{
"name": "open-image",
"version": "1.0.0",
"scripts": {
"start": "image.png"
},
}
Open it with Explorer, and Explorer will choose the default program.
"start": "explorer.exe image.png"