alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

Drop bluebird dependency, use native Promise #161

Open jirutka opened 3 years ago

jirutka commented 3 years ago

Node.js provides native Promise API for more than six years. Node.js versions older than that are unmaintained and unsupported for many years. Thus Bluebird dependency is completely unnecessary.

Resolves #159