import { filePath } from "../consts.mjs"; export function imagePath(image) { return filePath(image.path); };