yew-scanner

Crates.ioyew-scanner
lib.rsyew-scanner
version0.3.0
sourcesrc
created_at2022-07-15 08:27:10.684734
updated_at2023-11-21 08:48:06.660058
descriptionA QR-Code scanner to be used in a yew / wasm context
homepage
repositoryhttps://gitlab.com/voltfang-public/yew-scanner
max_upload_size
id626088
size10,496
(mohs8421)

documentation

README

yew-scanner

A simple qrcode scanner to be used in a yew context.

Getting started

Just add this to your project

[dependencies]
yew = "0.19"
yew-scanner = "0.1"

And put this somewhere into your yew-html macro

    <Scanner onscan={ ctx.link().callback(|s: String| { /* your event handler goes here */ }) } />

License

Open Source using the MIT License

Commit count: 11

cargo fmt