💄 Produce Hi-Res image output

This commit is contained in:
zhbaor 2022-09-30 19:30:12 +08:00
parent b650acb674
commit a9d02ddd53
63 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ db.generate_mapping()
with sync_playwright() as p:
browser = p.chromium.launch()
page = browser.new_page()
page = browser.new_page(device_scale_factor=3)
with db_session:
for m in Melee.select():
print(f"rendering {m.name}...")