Hi everyone, I'm working with compose for android,...
# compose-web
d
Hi everyone, I'm working with compose for android, ios and web(Wasm) so i want to integrate barcode scanner in my project is there any library available for that ?.
d
I've got some experience with this; but the first question will be 'what type of barcode scanner' - there are many! Do you mean with the device camera, or Bluetooth, Serial, HID?
d
@darkmoon_uk i want to scan barcode "code 128".
d
Yes, how do you want to scan it?
d
By using camera
d
Right. I'm not aware of any ready made KMP libs, you'll need to expect/actual one on each platform I guess
I've done that on iOS and Android before
WebAssembly will be fun
Probably there's an npm module for that, which you can interface with
d
@darkmoon_uk Thank you for suggestion
👍 1
c
a
@Chrimaeon thank you for the link
👍🏻 1
m
But none of the proposals of klibs.io is usable for wasm. If you should find a solution for that, then I’d be interested in that too.