DEV Community

Franco Andrés
Franco Andrés

Posted on

Mini project for converting files to Byte Array

Quick weekend project, I created a converter to pass images, PDF, GIF, and Word to a Bytes Array, since I didn't find a site that does it the way I wanted.

Fully developed with vanilla JavaScript, HTML and pure CSS.

Page: https://files-to-byte-array.vercel.app/
Repo: https://github.com/Franqsanz/files-to-byte-array

Top comments (0)