EUS is my public screenshot server
Go to file
tgpethan 350864f51f Merge branch 'master' of https://github.com/tgpethan/EUS 2019-11-23 21:03:07 +00:00
EUS.js Push new stuff 2019-11-23 21:02:50 +00:00
README.md Update README.md 2019-11-23 20:54:50 +00:00

README.md

readme soon™

Setup

EUS has extra dependancies other than Revolution's base, of which include:
connect-busboy
randomstring
Install the dependancies and then simply drop the EUS.js into a Revolution instance's modules folder
(If you still have "example_request_handler.js" be sure to delete it!)
If this is running at a URL then you can define the exported URL at Line 14 (exportURI)
If you want to expand the files that the server allows to be saved to it you can do that at Line 15 (acceptedTypes)
Note: This is soon to be included in a config json so code editing will no longer be needed