We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a157d9 commit 96af316Copy full SHA for 96af316
1 file changed
scripts/capture_custom_frontend_screenshots.py
@@ -1,8 +1,9 @@
1
import time
2
from pathlib import Path
3
4
-import trackio
5
from playwright.sync_api import sync_playwright
+
6
+import trackio
7
from trackio import Trace
8
9
THEMES = {
0 commit comments