Code Monkey home page Code Monkey logo

hrqr.github.io's Introduction

HRQR.github.io

Human Readable Quick Response Created by Valentin Heun

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

hrqr.github.io's People

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.