How can we fix this and publish new lenses?
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 =…