1
0
Fork 0
Commit Graph

5 Commits (7b00ab1f2c2b50d0d6136005366c5c89b32dc161)

Author SHA1 Message Date
Dustin 7b00ab1f2c svc: Remove playwright dependency 2022-08-01 22:23:26 -05:00
Dustin f78071e2bd svc: Update poetry.lock 2022-08-01 22:23:26 -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