spatial-monorepo / core/src / generateQRCode
Function: generateQRCode()
generateQRCode(
state,options?):Promise`<string>`
Defined in: packages/core/src/export/qrCode.ts:25
Generate a QR code SVG string encoding state as a deep-link URL. Returns a Promise<string> resolving to an SVG string.
Parameters
state
options?
QROptions = {}
Returns
Promise`<string>`
