Add beach blues pics and hard code 1/30 exposure
This commit is contained in:
parent
6da82c69a6
commit
5c9696788d
BIN
data/gallery/DSC00345.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/DSC00345.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
data/gallery/DSC00364.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/DSC00364.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
data/gallery/DSC00373.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/DSC00373.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
data/gallery/DSC00394.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/DSC00394.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -9,7 +9,7 @@
|
|||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"develop": "gatsby develop",
|
"develop": "gatsby develop",
|
||||||
"start": "cross-env NODE_OPTIONS=--no-experimental-fetch gatsby develop",
|
"start": "gatsby develop",
|
||||||
"build": "gatsby build",
|
"build": "gatsby build",
|
||||||
"serve": "gatsby serve",
|
"serve": "gatsby serve",
|
||||||
"clean": "gatsby clean",
|
"clean": "gatsby clean",
|
||||||
|
@ -49,6 +49,9 @@ const gcd = (a, b) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const getShutterFractionFromExposureTime = (exposureTime) => {
|
export const getShutterFractionFromExposureTime = (exposureTime) => {
|
||||||
|
if (exposureTime === 0.03333333333333333) {
|
||||||
|
return "1/30";
|
||||||
|
}
|
||||||
if (exposureTime === 0.016666666666666666) {
|
if (exposureTime === 0.016666666666666666) {
|
||||||
return "1/60";
|
return "1/60";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user