Add beach blues pics and hard code 1/30 exposure

This commit is contained in:
2022-07-03 03:25:13 -07:00
parent 6da82c69a6
commit 5c9696788d
6 changed files with 16 additions and 1 deletions

View File

@@ -49,6 +49,9 @@ const gcd = (a, b) => {
};
export const getShutterFractionFromExposureTime = (exposureTime) => {
if (exposureTime === 0.03333333333333333) {
return "1/30";
}
if (exposureTime === 0.016666666666666666) {
return "1/60";
}