@toil/qrcode-rs
v0.1.1
Published
⚡ Fast qrcode-rust bindings for bun.sh
Downloads
77
Maintainers
Readme
qrcode-rs
⚡ Fast qrcode-rust bindings for bun.sh
Supported platforms: Windows x64, Linux x64 / Aarch64
bun i @toil/qrcode-rs
Available functions
- Generate QR Code and get result as png base64
- Generate QR Code as string
TODO:
- Add a picture to a QR code
- Add save QR as file
- Change minimal and maximum size
- Change background and module colors
- Option to remove quiet zone
Compiling
Only under Linux / WSL
- Install Rust
- Install Docker
- Install Cross
cargo install cross
- Compile
bun run compile