rxing-wasm
rxing-wasm copied to clipboard
Allow hints to be passed to encode_barcode
Currently, a new, empty HashMap
is passed into the Rust library when encode_barcode
is called. However for Telepen Numeric, I would need to pass a hint.
Could there either be an additional method - e.g. encode_barcode_with_hints
?