100% client side generation of Wi-Fi QR codes in the browser. Allows printing and image downloads. Written in JS with React. Based on the zxing spec.
https://leokon.github.io/qr_wifi
qr_wifi is bundled using ParcelJS by default.
git clone https://github.com/leokon/qr_wifi.git
npm install
npm run dev
ORnpm run build
Use a browser to access index.html
.
This project is licensed under the MIT license - see LICENSE file for details.