This Bubble.io plugin is a robust and user-friendly tool designed to function seamlessly without any bugs.
**Step 1:** Incorporate a file uploader or image uploader into your application.
**Step 2:** Implement the `Convert SVG to PNG` action, trigger it upon the click of a button or change of value of file uploader.
Tip: Don't forget to add https: before your URL. because when you get the file from the file uploader it provides a url which starts with //
www.website.com**Step 3:** Upon executing the `convertSVGtoPNG` action, you will receive the converted output. You can then either store it as a state, display it as an image, or provide the option for users to download the resulting file. It provides a base64 string which is considered an image in bubble, so when you create a custom state, it should be an 'image' custom state :).