Skip to main content
Deno 2 is finally 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")