node-html-to-image
node-html-to-image copied to clipboard
chromiumpath
Added ChromiumPath for docker
Hello @caamillo 👋 Thank you for contributing 🙏
Can you explain to me the difference with this https://github.com/frinyvonnick/node-html-to-image#using-different-puppeteer-libraries, please ?
This is use-case its to facilitate docker users setting the chromium path (which in this case can be relative) in a easy param way which I needed. Ofc you can set params by instantiating another lib, but it is not a best practice to have two puppeteer instantiated only for a simple param.
@caamillo I don't understand how it instantiates two puppeteers 🤔 Could you explain it to me?