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/ink/welcome.ts

Examples

import qrcode from './mod.js'
console.log("Scan It Skip To Google 👇")
qrcode.generate("https://www.google.com")