fn
makeAlphanumeric
testedReturns a segment representing the given text string encoded in alphanumeric mode.
Signature
ts
export function makeAlphanumeric(text: string): QrSegment{ ... }Parameters
| Parameter | Type | Description |
|---|---|---|
text | string | — |
Returns
QrSegment