creating the first version of the qr-code editor
This commit is contained in:
@@ -1,2 +1,12 @@
|
||||
# qr-code-generator
|
||||
A free customisable QR code generator written in react.
|
||||
|
||||
- `npx create-react-app . --template typescript` to create a new react app with typescript
|
||||
- `npm i react-qr-code` to install the QR code library
|
||||
- `convert logo.svg -define icon:auto-resize=64,48,32,16 favicon.ico` to create a favicon from the logo
|
||||
- `convert logo.svg -resize 192x192 -background none -gravity center -extent 192x192 logo192.png` to create a 192x192 logo from the input
|
||||
- `convert logo.svg -resize 512x512 -background none -gravity center -extent 512x512 logo512.png` to create a 512x512 logo from the input
|
||||
|
||||
- `npm run build` to build the app
|
||||
- `npm run start` to start the app
|
||||
- `npm run deploy` to deploy the app
|
||||
Reference in New Issue
Block a user