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