plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
293 stars 40 forks source link

printToPDF: use Promise instead of callback #312

Closed antoinerg closed 4 years ago

antoinerg commented 4 years ago

This PR uses the promise-based printToPDF because the callback-based function will soon be deprecated

Also, the Docker image wouldn't build because the Inkscape package we were using is not available anymore. This PR also fixes this problem.