Single File CLI with puppeteer #99
|
Hello Help appreciated in advance |
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 |
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-coreup to date.