Afnan A.
Afnan A.
> Have you tried demo app yet? https://scanapp.org/#reader It scans barcodes without any issues. I have tried, its not scanning barcode. But QR code is Ok
> again, you must tell us which barcode, and upload an image, and provide all your OS and browser info Any type of barcode, currently i am scanning UPC barcode...
@josdejong Thanks for you reply. Yes i was thinking for three editors side by side and as you said its too specific requirement. But it looks not so good to...
Actually I am having the same issue. In Nextjs I am saving drawing in mongodb manually by clicking a button. I save it like this: (although this is a short...
Issue is resolved with this tiny code ` excalidrawAPI.addFiles([ { id: "pika", dataURL: pikaDataURL, mimeType: "image/jpeg", }, ]); ` from https://codesandbox.io/p/sandbox/excalidraw-files-example-r7ophm?file=%2Fsrc%2FApp.js%3A83%2C29-89%2C32
Issue is resolved with this tiny code ` excalidrawAPI.addFiles([ { id: "pika", dataURL: pikaDataURL, mimeType: "image/jpeg", }, ]); ` Just pass the array of files in addFiles function from excalidrawAPI....