UNPKG

@grby/nlpx

Version:

two way sync for negative lab pro and lightroom

6 lines (3 loc) 168 B
import type { Photo } from "../types"; const getPhotoPath = (photo: Photo) => `${photo.absolutePath}${photo.pathFromRoot}${photo.baseName}`; export { getPhotoPath };