image-tagger/module/hooks/init.mjs

5 lines
86 B
JavaScript

import { api } from "../api.mjs";
Hooks.on(`init`, () => {
globalThis.tb = api;
});