Qrcode Generator
Generate QR codes from text, URLs, or data for payments, WiFi sharing, or any task needing a scannable QR code image.
71 downloads
Free
Reviewed
QR Code Generator
Generate QR codes from text, URLs, or data using the qrcode npm package.
Usage
Run the included script:
node /workspace/skills/qrcode-generator/scripts/generate.js <text_or_url> [output_file]
Arguments:
text_or_url: The content to encode (required)output_file: Output path (optional, defaults to qrcode.png)
Examples:
# Generate QR code for a URL
node /workspace/skills/qrcode-generator/scripts/generate.js "https://example.com"
# Generate QR code with custom output
node /workspace/skills/qrcode-generator/scripts/generate.js "https://example.com" "/workspace/my-qr.png"
Output
- Saves QR code as PNG image
- Returns the file path in response
Download
ZIP package — ready to use
Skill Info
- Creator
- shixiaoliuo
- Downloads
- 71
- Published
- Mar 15, 2026
- Updated
- Mar 16, 2026