This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@yhostc/chatgpt
TypeScript icon, indicating that this package has built-in type declarations

0.7.2 • Public • Published

Install Xvfb

# install
sudo apt-get install xvfb x11-apps x11-xkb-utils libx11-6 libx11-xcb1

# run xvfb
Xvfb :10.0 -screen 0 1024x768x16 &

Use in puppeteer

const browser = await puppeteer.launch({
    ……
    env: {
      DISPLAY: ':10.0',
    },
    ……
  });

Package Sidebar

Install

npm i @yhostc/chatgpt

Weekly Downloads

2

Version

0.7.2

License

MIT

Unpacked Size

118 kB

Total Files

6

Last publish

Collaborators

  • yhostc