An open API service indexing awesome lists of open source software.

https://github.com/techquery/qrcode-post


https://github.com/techquery/qrcode-post

Last synced: 6 months ago
JSON representation

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
```