tool to decode QR codes in the browser
 
 
 
Go to file
Charlotte Som d8b037a15b Enable source maps 2023-02-13 18:23:43 +00:00
lib Add vendoring notice to the two vendored libs 2023-02-13 15:52:11 +00:00
src consistency: double-quotes 2023-02-13 15:57:40 +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 Enable source maps 2023-02-13 18:23:43 +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