tool to decode QR codes in the browser
 
 
 
Go to file
Charlotte Som c938303a07 Initial commit: any% 2023-02-13 15:50:25 +00:00
lib Initial commit: any% 2023-02-13 15:50:25 +00:00
src Initial commit: any% 2023-02-13 15:50:25 +00:00
.eslintrc.json Initial commit: any% 2023-02-13 15:50:25 +00:00
.gitignore Initial commit: any% 2023-02-13 15:50:25 +00:00
README.md Initial commit: any% 2023-02-13 15:50:25 +00:00
next.config.js Initial commit: any% 2023-02-13 15:50:25 +00:00
package-lock.json Initial commit: any% 2023-02-13 15:50:25 +00:00
package.json Initial commit: any% 2023-02-13 15:50:25 +00:00
tsconfig.json Initial commit: any% 2023-02-13 15:50:25 +00:00

README.md

qr.umm.gay

qr decoder web tool any% (20 minutes)

Setup

$ npm install # Install dependencies
$ npm run dev # Start a local dev server
$ npm run build # Generate static bundle in 'out/' directory