hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.19k stars 269 forks source link

No extensions folder #93

Closed mglavall closed 4 years ago

mglavall commented 4 years ago

I was trying to install the screen-capture-extension following the Readme of the project, but there is not any of the folders mentioned:

To install, go to chrome://extensions Click "Load unpacked extension", and select the "extensions" folder in "screen-capture-extension" in this repo. Restart chrome. The extension should work from now on without needing to reinstall.

Where can I find it?

Thank you!

zachkrall commented 4 years ago

I think initScreen should work without the extension now because hydra-synth is using getDisplayMedia in src/lib/screenmedia.js

This might just need to be removed from the readme.

Screen Shot 2020-07-13 at 4 47 19 PM
mglavall commented 4 years ago

That's awesome! Thank you for the super fast response :)