// Run in node

node scripts/share-capture.mjs --path /pillars/zoe-speaks/ --browser edge

node scripts/share-capture.mjs --path /pillars/the-vault/codex-reborn/ --browser edge --variants x

// x variant (1200×630) document.body.classList.add("share-capture", "capture-pillar", "capture-x")

// square (1200×1200) document.body.classList.add("share-capture", "capture-pillar", "capture-square")

// portrait (1080×1350) document.body.classList.add("share-capture", "capture-pillar", "capture-portrait")

// story (1080×1920) document.body.classList.add("share-capture", "capture-pillar", "capture-story")

// hero (1600×900) document.body.classList.add("share-capture", "capture-pillar", "capture-hero")