UNPKG

react-fps-hk-qrcode

Version:

React component for displaying a Hong Kong Fast Payment System QR Code

8 lines (7 loc) 133 B
const pad = function (s,size) { while (s.length < (size || 2)) { s = "0" + s; } return s; } module.exports = pad