tool to decode QR codes in the browser
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Charlotte Som be7be3d1d8 Make note of deploy command 1 month ago
lib Support transparent-bg QR codes 1 month ago
src consistency: double-quotes 1 month ago
.eslintrc.json Initial commit: any% 1 month ago
.gitignore Initial commit: any% 1 month ago
README.md Make note of deploy command 1 month ago
next.config.js Enable source maps 1 month ago
package-lock.json Initial commit: any% 1 month ago
package.json Initial commit: any% 1 month ago
tsconfig.json Initial commit: any% 1 month ago

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

Deploy

$ # just for me :)
$ rsync -a out/ root@enby.town:/srv/www/qr.umm.gay/