qrtip
v1.4.1
Published
LZM compression of data for creating readable QR
Readme
qrtip
LZM compression of data for creating readable QR
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 [email protected] for inquiries, [email protected] for code usage examples.



