Closed
Description
Please do not work on this issue unless you have applied to the outreachy project.
The node/pdf2png/pdf2png.js example currently uses the older style of promise.then
and callbacks. Convert it to use an async
function and await
style.