Library that converts multi-page PDFs to images in the browser – React.js – and allows me to upload the images to a storage provider [closed]

My application takes as input a multi-page PDF. I’d like to turn that PDF into images, all in the browser in my react application.

Then, I’d like to be be able to upload those images to my Firebase Storage instance.

Which React JS library would enable me to accomplish this?