A simple web tool to convert HEIC images to JPG format. This project is built using React, TypeScript, npm, Webpack, and the libheif-js library for decoding HEIC files.
- HEIC to JPG Conversion: Upload HEIC images and convert them to JPG format.
- Responsive UI: Built with React and TypeScript for a smooth and responsive user experience.
- HEIC Decoding: Uses
libheif-jsto decode HEIC images and convert them to JPG.
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://git@github.com:dyv21/heic-to-jpg-converter.git cd heic-to-jpeg-formatter - Install dependencies:
npm install
- Run the development server:
npm start
- Upload a HEIC image by clicking the “Upload” button.
- The image will be automatically converted to JPG.
- Download the JPG image once the conversion is complete.
- React: For building the UI.
- TypeScript: For type safety and better development experience.
- Webpack: For bundling the application and optimizing assets.
- libheif-js: A JavaScript library used to decode HEIC files.
- npm: For package management.