Add the most basic form of the Art Browser that just lets users see and filter the tokens
This commit is contained in:
parent
82ba07414c
commit
547816701d
9 changed files with 412 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// Applications
|
||||
import { ArtBrowser } from "./apps/ArtBrowser.mjs";
|
||||
import { ArtistApp } from "./apps/Artist.mjs";
|
||||
import { ImageApp } from "./apps/Image.mjs";
|
||||
|
||||
|
|
@ -9,6 +10,7 @@ const { deepFreeze } = foundry.utils;
|
|||
|
||||
export const api = deepFreeze({
|
||||
Apps: {
|
||||
ArtBrowser,
|
||||
ArtistApp,
|
||||
ImageApp,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue