LZM compression of data for creating readable QR
Converts linear growth of URLs to logarithmic growth.
decode.min.js
- untip function for QR reading, tip function for QR compression
var encodedQR = tip(data);
var code = untip(encodedQR);
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.