Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 621 Bytes

qrtip

LZM compression of data for creating readable QR

Build Status

Converts linear growth of URLs to logarithmic growth.

Scripts

  • decode.min.js - untip function for QR reading, tip function for QR compression

Example usage

var encodedQR = tip(data);
var code = untip(encodedQR);

API Reference

untip(encodedQR) - decode a text from encoded QR

tip(data) - encode a text to encoded QR


NOTE: contact t.s.ivaykin@gmail.com for inquiries, abzalov.m@samberi.com for code usage examples.