Experience-Monks / hihat

:tophat: local Node/Browser development with Chrome DevTools
MIT License
443 stars 19 forks source link

process.stdin #12

Open mattdesl opened 9 years ago

mattdesl commented 9 years ago

Would be nice to support this in Node. e.g. taking an PNG image input, modifying it with WebGL/Canvas2D APIs, and then writing it to process.stdout.

juliangruber commented 8 years ago

related: https://github.com/dominictarr/electro/blob/master/index.js#L50-L76

mattdesl commented 8 years ago

nice :+1: