My application has PNG images stored as Buffers in Node.js. I would like to upload these images to Cloudflare Images.
The docs for Cloudflare Images explain how to upload an image through a dashboard or through an HTML form, but not how to upload images programmatically in Node.js.
Link to relevant Cloudflare docs: https://developers.cloudflare.com/images/cloudflare-images/upload-images/
Is there a way to directly upload images from Node.js to Cloudflare Images? If not, is there an easy way to simulate HTML form submission with a Node.js fetch?