/File_Downloader--Vanilla_JavaScript

This tool (File Downloader) made with HTML, CSS & Vanilla JavaScript can download any file like image, video, pdf, svg, etc. Users have to paste a valid URL of file & click the download button to download the file. Remember, the file should be publicly accessible to download. I have used fetch() API, blob() method, URL.createObjectURL( ) method.

Primary LanguageCSS

This repository is not active