Preparing search index...
The search index is not available
zxing-wasm
zxing-wasm
full
writeBarcode
Function writeBarcode
writeBarcode
(
input
:
string
|
Uint8Array
,
writerOptions
?:
WriterOptions
,
)
:
Promise
<
{
error
:
string
;
image
:
null
|
Blob
;
svg
:
string
;
utf8
:
string
}
>
Parameters
input
:
string
|
Uint8Array
Optional
writerOptions
:
WriterOptions
Returns
Promise
<
{
error
:
string
;
image
:
null
|
Blob
;
svg
:
string
;
utf8
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
zxing-wasm
Loading...