UNPKG

@scullyio/scully-plugin-playwright

Version:

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

5 lines (4 loc) 278 B
import { HandledRoute } from '@scullyio/scully'; export declare const title404 = "404 - URL not provided in the app Scully is serving"; export declare const playwrightRender: "playwrightRender"; export declare const playwrightRenderer: (route: HandledRoute) => Promise<string>;