Skip to content

Commit

Permalink
Merge pull request #5 from cymatiste/patch-1
Browse files Browse the repository at this point in the history
Update editor.md to mention local file loading
  • Loading branch information
ojack authored Apr 12, 2024
2 parents b6cf243 + f40a80c commit 3ef3978
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/docs/learning/extending-hydra/contributing/editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,9 @@ This repo only contains hydra editor frontend. You can connect to a backend serv
VITE_SERVER_URL=http://localhost:8000
```
(replace http://localhost:8000 with the url of your server)


### Loading local files
You can now use files on your computer as sources.
Just place files you want to load in the `hydra/public` folder and then you can load them as usual, e.g. s0.initVideo("myvid.mp4")

0 comments on commit 3ef3978

Please sign in to comment.