Add the ability to select images with the ArtBrowser

This commit is contained in:
Oliver 2026-01-29 23:04:20 -07:00
parent e1606ac2f3
commit 0381df035e
4 changed files with 104 additions and 7 deletions

View file

@ -0,0 +1,5 @@
import { filePath } from "../consts.mjs";
export function imagePath(image) {
return filePath(image.path);
};