UNPKG

@scullyio/scully-plugin-playwright

Version:

The playwright renderer is utilizing the [playwright](https://playwright.dev/) engine to render your pages.

6 lines (5 loc) 204 B
import { LaunchOptions } from 'playwright'; export { playwrightRender } from './lib/plugins-scully-plugin-playwright'; export declare type BrowserLaunchOptions = LaunchOptions & { browser: string; };