https://github.com/techquery/qrcode-post
https://github.com/techquery/qrcode-post
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techquery/qrcode-post
- Owner: TechQuery
- License: agpl-3.0
- Created: 2018-08-28T10:27:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T10:37:01.000Z (over 7 years ago)
- Last Synced: 2025-05-15T03:42:49.070Z (8 months ago)
- Language: JavaScript
- Homepage: https://techquery.github.io/QRCode-Post/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# QRCode Post
Add QRCode into Image posts.
It used to be a [Pen](https://codepen.io/tech_query/pen/mGJzbK) written by [TechQuery](https://codepen.io/tech_query) on [CodePen](https://codepen.io).
## Usage
### Basic
https://techquery.github.io/QRCode-Post/
### With parameters
```
https://techquery.github.io/QRCode-Post/?image=http://example.com/path/to/image.png&start=100,100&end=300,300
```
## Development
```Shell
npm install
# Edit files
npm test
npm start
```