UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
11 lines (10 loc) 322 B
import { Context } from "koishi"; export declare class PuppeteerUtil { private readonly puppeteer; private static instance; private readonly width; static getInstance(ctx?: Context): PuppeteerUtil; constructor(ctx: Context); private render; getHtml(reply: string): Promise<string>; }