Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delaying Overlayed’s initialization.
import { overlayed } from "@overlayed/app"; const overlay = overlayed({ init: false, }); // whenever you're ready overlay.init();
Was this page helpful?