VerioN1
VerioN1
do you have an open repo that you had to style the grid? I don't know how to style it with only style
I guess exposing a function that handles the conversion of the image to what ever decode you use, should be preferable since you are decoupling it from the decoding function....
this is somehting I wrote to manipulate the Image data so I can pass it to zxing in my js app : reader.onload = async (e) => { const canvas...
tested it and indeed the function converts the image data properly (since im not getting not found error). What is weird is that the return value of the decode_barcode isn't...
as you can see the in the console log - the result only has ptr in it (which I guess is a memory pointer address maybe?)
I did tried to make it async and await those functions (just to see if anything changes) and it returned the same result
ohh my bad. It worked! Only thing left is to let us configure the hints :)
great! will you make a NPM lib with it?, or , if you don't have the time to handle it, I can make a lib out of it.
Im still not sure how to implement the decode hints map example:  now also tried to make the possible formats in new Set or dict, didn't work.
apparently, im getting this error of out of memory bounds because of try harder set to true