https://github.com/ilyhalight/qrcode-rs
⚡ Fast qrcode-rust bindings for bun.sh
https://github.com/ilyhalight/qrcode-rs
Last synced: about 1 month ago
JSON representation
⚡ Fast qrcode-rust bindings for bun.sh
- Host: GitHub
- URL: https://github.com/ilyhalight/qrcode-rs
- Owner: ilyhalight
- Created: 2024-10-14T20:50:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-29T00:03:06.000Z (about 1 year ago)
- Last Synced: 2025-09-18T18:56:34.854Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qrcode-rs
⚡ Fast [qrcode-rust](https://github.com/kennytm/qrcode-rust) bindings for bun.sh
Supported platforms: Windows x64, Linux x64 / Aarch64
```bash
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 Bun
4. Install Cross
```bash
cargo install cross
```
5. Compile
```bash
bun run compile
```