← Back
import { chromium } from 'playwright';
const b = await chromium.launch({ executablePath:'/usr/bin/chromium-browser', args:['--no-sandbox'] });
const p = await b.newPage({ viewport:{ width:1500, height:1400 }, deviceScaleFactor:2 });
await p.goto('file:///home/app/polymarket-screener/docs/theme-refs/_verdict.html');
await p.waitForTimeout(500);
await p.screenshot({ path:'/home/app/polymarket-screener/docs/theme-refs/_verdict.png', fullPage:true });
await b.close(); console.log('done');

📜 Git History

4a1a2fedesign(poli): lock editorial+chrome style guide & CSS tokens (chunk 1)11 days ago
Show last diff
Loading...