Delaying Overlayed’s initialization.
import { overlayed } from "@overlayed/app"; const overlay = overlayed({ init: false, }); // whenever you're ready overlay.init();
Was this page helpful?