1
0
Fork 0
Commit Graph

5 Commits (97f94450c56a3d2ac285340d4e8f99d3cf3b345b)

Author SHA1 Message Date
Dustin 97f94450c5 svc: Remove playwright dependency 2022-08-02 21:51:45 -05:00
Dustin f316c08b72 svc: Update poetry.lock 2022-08-02 21:51:45 -05:00
Dustin 35eba74bfd api: Add get screenshot operation
The *GET /screen/{name}/screenshot* path operation returns a screenshot
of the specified screen as a PNG image.  If a value is specified for one
or more of `height`, `width`, or `ratio`, then the image will be resized
accordingly.
2022-04-30 15:51:03 -05:00
Dustin d075a1b1a9 meta: Install aiomarionette in development mode
Poetry does not install local path dependencies in "editable" mode by
default.  Instead, it builds them and installs them into the venv like
any other dependency.  This means that changes in the local copy are not
picked up.
2022-04-30 14:22:42 -05:00
Dustin 939f24d79f Initial commit 2022-04-30 13:32:42 -05:00