An image converter written in HTML,CSS, and Javascript. It converts a given image address/url to an image in the PNG format.
How to use this tool
- Input the address/url of an (online) image in the url box.
- Click on the "convert" button to start the image conversion.
- A download prompt should appear afterwards.
- Voila: image in png format✨
Libraries used: 🛠
- image-conversion (https://www.npmjs.com/package/image-conversion) ( I included/referenced this library via CDN, not using Node or an npm command.)