Add the ability to select images with the ArtBrowser
This commit is contained in:
parent
e1606ac2f3
commit
0381df035e
4 changed files with 104 additions and 7 deletions
5
module/utils/imagePath.mjs
Normal file
5
module/utils/imagePath.mjs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { filePath } from "../consts.mjs";
|
||||
|
||||
export function imagePath(image) {
|
||||
return filePath(image.path);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue