screenshot-basic
screenshot-basic copied to clipboard
(feature): option to record videos.
Add the record feature, which allows for a more "enhanced" capturing of a client's game.
is this already working?
This currently has two issues. For some reason on line 224 and 225 of main.ts the lines actually starting the script are removed, making the resource completely unusable, and on client.ts it sends the original "options" array instead of a new object to the UI, the ui fails to convert the file to a ScreenshotRequest object. I have submitted a pull request for both of these, and it seems to work great with both of these issues fixed!