I'm trying to get wkhtmltoimage to work in a 64-bit Debian based environment.
I'm using node-wkhtmltoimage in a node project. I dev on a mac, and using the mac binary from wkhtmltopdf, I get it to work fine. Then when I use the linux binary (tried both the linux binary and the linux(Debian) binary from the wkhtmltopdf downloads page), it does not convert my html to image at all.
I am deploying this into a firebase environment, which is the Debian 64-bit environment. Anyone had any luck with this?