Skip to content

toDataURL

toDataURL(text, caption?, options?): string

Defined in: packages/core/src/core/index.ts:47

Returns a Data URL of a SVG representation of the QR Code

string

The QR Code content

string

The QR Code caption

QRCodeOptions

Optional configuration

string

toDataURL(text, options?): string

Defined in: packages/core/src/core/index.ts:48

Returns a Data URL of a SVG representation of the QR Code

string

The QR Code content

QRCodeOptions

Optional configuration

string