Code Monkey home page Code Monkey logo

hrqr.github.io's Introduction

HRQR.github.io

Human Readable Quick Response Created by Valentin Heun

Generator

If you want to embbed HRQR Codes in to your own webpage, you have two possibilities:

  1. Go to hrqr.org enter your message and copy past the generated iframe.

  2. Do the following steps:

Add the two scripts "HRQRLetterdatabase.js" and "HRQR.js" to your webpage. If you want to stay conform with the main project, you can include the letter database directly from this project.

Example:

 <script src="https://raw.githubusercontent.com/hrqr/hrqr.github.io/master/HRQRLetterdatabase.js"></script>
 <script src="HRQR.js"></script>

Define a div tag where the tag should be drawn in to.

Example:

  <div id="svgDiv"></div>

Then call the javascript function:

  drawHRQR("svgDiv","message");
  • "svgDiv" should be the ID of your div tag.
  • "message" should be the message you want to encode in HRQR.

You can change some properties of the library by defining values in an object called: globalStates

Example:

globalStates.color = "0000FF";

The following properties can be changed:

The Width and Height allways should be identical:

  • .width
  • .height

This defines the left and top white space between the div boarder and the tag.

  • .left
  • .top

This thefines the color of the tag.

  • .color

Decoder

hrqr.github.io's People

Contributors

vheun avatar valentinptc avatar

Stargazers

Allen S, bookman avatar Martin Heidegger avatar Stephen Jones avatar Jason Dreyzehner avatar Han Tuzun avatar  avatar Akihiro Kubota avatar geekrobo avatar boomboompower avatar Sadiq avatar Emmanuel Fontán avatar Bruno Logerfo avatar  avatar Álvaro García León avatar Erwan Normand avatar Jaremy Creechley avatar Lila avatar Liaizon Wakest avatar Eoin Gairleog avatar Tobias Kienzler avatar Rui Okada avatar Egor Tyuvaev avatar Benjamin Reynolds avatar Jamal Chahir avatar Vladimir Rodkin avatar Ryan McLeod avatar Gnepux avatar  avatar Marius Nedelcu avatar B1nj0y avatar Ryan Atkins avatar Dave Spector avatar  avatar Mark Surnin avatar  avatar Niklas Riekenbrauck avatar Boris Kourtoukov avatar Patrick Bergel avatar Matias Doyle avatar Shu Ding avatar Tommy avatar Raphael Wimmer avatar  avatar Sumanth Neerumalla avatar Timothy Cyrus avatar Angus H. avatar Murdoc Bates avatar Aaron Faucher avatar ImPhD avatar Murilo Polese avatar  avatar Sandeep Gupta avatar Karthikeyan avatar Joel Byrnes avatar KokaKiwi avatar DDH avatar Guillermo del Fresno avatar  avatar Shubham Sharma avatar Akihiko Tomokane avatar Anastasios Stasinopoulos avatar Prashant Gonarkar avatar Ken Nickerson avatar daniil kutsyna avatar Christopher R. Wood avatar Kostas Antonakoglou avatar Aitor García Rey avatar  avatar Matt Lundstrom avatar Suvi-Tuuli Allan avatar Leonardo Azenha avatar Ayla avatar Benjamin Scott avatar  avatar Jörn Röder avatar Roc avatar Pierre Haufe avatar Davide Gaspar avatar martin avatar Pete Haughie avatar Lynne Okada avatar numano avatar Jure avatar

Watchers

Stephen Moraco avatar James Cloos avatar  avatar Boris Kourtoukov avatar Karthikeyan avatar Liaizon Wakest avatar Sumanth Neerumalla avatar Aaron Faucher avatar

hrqr.github.io's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.