mattdesl / shadertoy-export

render ShaderToy demos to PNG
MIT License
61 stars 9 forks source link

Electron: Error Opening App #1

Open odomojuli opened 7 years ago

odomojuli commented 7 years ago

The app provided is not a valid electron app, please read the docs on how to write one: https://github.com/atom/electron/tree/master/docs

Error: Cannot find module 'browserify'

neshume commented 7 years ago

well just do npm install browserify

;o)

ccorcos commented 7 years ago

@odomojuli I got this to work. just needed to install browserify. check out this repo I made for rendering one of my projects if you need some help: https://github.com/ccorcos/morph