Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 835 Bytes

Exposure Value (EV) calculator for photography (as an iOS webapp test)

Calculate Exposure Value (EV) for a given exposure time (seconds), aperature size (ƒ/number), and sensor sensitivity (ISO). Also shows common conditions for that EV. Know generally what settings you need to capture the Milky Way or a portrait of a friend in the snow.

Usage

  1. Go to the site
  2. If you're on your mobile device, you can optionally save to your home screen
  • Calculate EVs

Development

With npm installed, run

$ npm install && npm start

Then, go to http://localhost:8080/

  • layout components are in src/components/
  • non-layout logic is in src/services/

License

MIT