Easy 2 Steps — Barcode.Rust (C++ WASM Engine)

C++ barcode engine via Node.js — axum REST API

Rust + C++ WASM
1 Create barcode
let qr = QR::new("png");
2 Draw!
qr.draw("code", 300)?;
// Step 1: Create barcode
let qr = QR::new("png");
// Step 2: Draw!
let b64 = qr.draw(code, 300)?;

Preview

PNG
Enter data and it will render automatically