Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,8 @@ def grab_image():
|
|
62 |
This function sends uses Playwright to launch a headless server and grab a screenshot of a p5.js sketch.
|
63 |
|
64 |
Returns:
|
65 |
-
|
|
|
66 |
"""
|
67 |
print("Running async Playwright screenshot...")
|
68 |
|
|
|
62 |
This function sends uses Playwright to launch a headless server and grab a screenshot of a p5.js sketch.
|
63 |
|
64 |
Returns:
|
65 |
+
Returns:
|
66 |
+
image: the screen shot of the p5.js sketch as an image
|
67 |
"""
|
68 |
print("Running async Playwright screenshot...")
|
69 |
|