Skip to main content
The Deno 2 Release Candidate is here
Learn more

QRCode Terminal For Deno

Run the Demo

deno run https://deno.land/x/qrcode_terminal/demo/demo.js

Examples

import qrcode from 'https://deno.land/x/qrcode_terminal/mod.js'

console.log("\n\nScan It Skip To Google 👇\n")
qrcode.generate("https://www.google.com")