UNPKG

nuxt-og-image

Version:

Enlightened OG Image generation for Nuxt.

7 lines (6 loc) 148 B
import playwright from "playwright"; export async function createBrowser() { return await playwright.chromium.launch({ headless: true }); }