0.1.1 • Published 7 months ago

@toil/qrcode-rs v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

qrcode-rs

⚡ Fast qrcode-rust bindings for bun.sh

Supported platforms: Windows x64, Linux x64 / Aarch64

bun i @toil/qrcode-rs

Available functions

  1. Generate QR Code and get result as png base64
  2. Generate QR Code as string

TODO:

  1. Add a picture to a QR code
  2. Add save QR as file
  3. Change minimal and maximum size
  4. Change background and module colors
  5. Option to remove quiet zone

Compiling

Only under Linux / WSL

  1. Install Rust
  2. Install Docker
  3. Install Cross
cargo install cross
  1. Compile
bun run compile
0.1.1

7 months ago

0.1.0

9 months ago