R
fn

makeAlphanumeric

tested

Returns a segment representing the given text string encoded in alphanumeric mode.

Signature

ts
export function makeAlphanumeric(text: string): QrSegment{ ... }

Parameters

ParameterTypeDescription
textstring

Returns

QrSegment