ZerocostZerocost/SDK PlaygroundLive
import { ZerocostSDK } from "@zerocost/sdk";
const zc = new ZerocostSDK({
appId: "your_app_id",
apiKey: "zc_live_your_key",
consent: {
showSettingsButton: true,
buttonPosition: "bottom-right"
},
});
await zc.init();
// Output: Video
// Status: Initialized and rendering live inventory.
// Refresh: 20s interval for active overlays.