Hi everyone, Push2Web has not been working for me across various web browsers (chrome, edge, firefox). I am signed into the same snap account on web and lens studio. After I send the lens in Lens Studio nothing happens in my web browser for a few minutes. I have tried disabling all of my extensions, incognito mode, and…
I have the following code to initialize the canvas and snap lens const cameraKit = await bootstrapCameraKit({ apiToken }); const canvas = document.createElement('canvas'); canvas.id = "myCanvas"; document.body.appendChild(canvas); const session = await cameraKit.createSession({ liveRenderTarget: canvas }); const source =…