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

https://github.com/alessandroconti11/qr_code_generator

The project aims to develop an application that given a text or a URL creates a QR-code.
https://github.com/alessandroconti11/qr_code_generator

css html image image-generator javascript js qr qr-code qr-code-generator

Last synced: 10 months ago
JSON representation

The project aims to develop an application that given a text or a URL creates a QR-code.

Awesome Lists containing this project

README

          

# QR_Code_Generator

Author: Alessandro Conti - [AlessandroConti11](https://github.com/AlessandroConti11)

License: [MIT license](LICENSE).

Tags: `#CSS`, `#HTML`, `#image`, `#image_generator`, `#javascript`, `#JS`, `#QR`, `#QR_code`, `#QR_code_generator`.

## Specification

The project aims to develop an application that given a text or a URL creates a QR-code.

The QR-Code can be customized:
- error correction code:
- Low, $\sim 7\%$ destroyed data may be corrected;
- Middle, $\sim {15}\%$ destroyed data may be corrected;
- Quality, $\sim {25}\%$ destroyed data may be corrected;
- High, $\sim {30}\%$ destroyed data may be corrected;
- margin thickness;
- size of image;
- color;
- background color.

## How to see

To see the result you can click the following link: [QR_Code_Generator](https://alessandroconti11.github.io/QR_Code_Generator/).

## Contribute

- If you find a security vulnerability, do NOT open an issue. Email [Alessandro Conti](mailto:ale.conti.1101@gmail.com) instead.
- If you find a bug or error or want to add some other function that is not implemented yet
1. **FORK** the repo
2. **CLONE** the project to your own machine
3. **COMMIT** to your own branch
4. **PUSH** your work back up to your fork
5. submit a **PULL REQUEST** so that I can review your changes
> NOTE: Be sure to merge the latest from "upstream" before making a pull request!