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

C++ barcode engine via Node.js — net/http REST API

Go + C++ WASM
1 Create barcode
qr := wasm.NewQRCode("png")
2 Draw!
qr.Draw(code, 300)
// Step 1: Create barcode
qr := wasm.NewQRCode("png")
// Step 2: Draw!
b64, _ := qr.Draw(code, 300)

Preview

PNG
Enter data and it will render automatically