0.7.2 • Published 2 years ago

@yhostc/chatgpt v0.7.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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',
    },
    ……
  });
0.7.2

2 years ago

0.7.1

2 years ago

0.7.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8-rc2

2 years ago

0.2.8-rc1

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago