Add custom HTML Elements for icons/SVG loading
This commit is contained in:
parent
0fcf24bfcb
commit
361ddfb7b6
7 changed files with 255 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import { registerWorldSettings } from "../settings/world.mjs";
|
|||
// Utils
|
||||
import { __ID__ } from "../consts.mjs";
|
||||
import { Logger } from "../utils/Logger.mjs";
|
||||
import { registerCustomComponents } from "../apps/elements/_index.mjs";
|
||||
|
||||
Hooks.on(`init`, () => {
|
||||
Logger.debug(`Initializing`);
|
||||
|
|
@ -32,5 +33,6 @@ Hooks.on(`init`, () => {
|
|||
},
|
||||
);
|
||||
|
||||
registerCustomComponents();
|
||||
registerWorldSettings();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue