Single File CLI with puppeteer #99
-
Hello Help appreciated in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
HI, SingleFile CLI used to rely on Puppeteer. I've removed this dependency and use CDP directly to lighten the application. The last version of SingleFile CLI that used Puppeteer is https://github.com/gildas-lormeau/single-file-cli/tree/0cb134df0638f8c7f198097d8ff830a16f8b9f9d. See here for the code specific to Puppeteer: https://github.com/gildas-lormeau/single-file-cli/blob/0cb134df0638f8c7f198097d8ff830a16f8b9f9d/back-ends/puppeteer.js. Normally, it should still work even with |
Beta Was this translation helpful? Give feedback.
HI,
SingleFile CLI used to rely on Puppeteer. I've removed this dependency and use CDP directly to lighten the application. The last version of SingleFile CLI that used Puppeteer is https://github.com/gildas-lormeau/single-file-cli/tree/0cb134df0638f8c7f198097d8ff830a16f8b9f9d. See here for the code specific to Puppeteer: https://github.com/gildas-lormeau/single-file-cli/blob/0cb134df0638f8c7f198097d8ff830a16f8b9f9d/back-ends/puppeteer.js.
Normally, it should still work even with
single-file-core
up to date.