Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 737 Bytes

heic-eval

This project was made to evaluate technologies used to handle and convert .heif/heic files.

Getting started

  1. Make sure you have yarn installed. See installation instructions here
  2. Install imagemagick. See this documentation for more details
  • For linux, run sudo apt install imagemagick
  • For macOS, run brew install imagemagick
  • For Windows, run choco install imagemagick.app
  1. Run yarn to install dependencies - this repo is suppose to be a zero-install repo, but there are some issues with it when running on Mac. Should be zero-install on linux.
  2. Run yarn dev to run the frontend and backend.