Change image size and access to the url on SvelteKit
I am uploading images to Cloudinary from a SvelteKit API with the following code: My questions are: 1 - How to change the image size, choose a folder, and format of the image. 2 - How to return the URL in the response, so I can display the image to the user. 3 - If there are better ways to to upload imgs, I’ll be thankful…