Create the most basic version of the ArtistBrowser app
This commit is contained in:
parent
1c32a71db9
commit
d5a114a44a
9 changed files with 348 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// Applications
|
||||
import { ArtBrowser } from "./apps/ArtBrowser.mjs";
|
||||
import { ArtistApp } from "./apps/ArtistApp.mjs";
|
||||
import { ArtistBrowser } from "./apps/ArtistBrowser.mjs";
|
||||
import { ImageApp } from "./apps/ImageApp.mjs";
|
||||
|
||||
// Utils
|
||||
|
|
@ -11,6 +12,7 @@ const { deepFreeze } = foundry.utils;
|
|||
export const api = deepFreeze({
|
||||
Apps: {
|
||||
ArtBrowser,
|
||||
ArtistBrowser,
|
||||
ArtistApp,
|
||||
ImageApp,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue