UNPKG

cnf-qrcode

Version:

generate qrcode,support svg base64 utf8

8 lines (6 loc) 273 B
// can-promise has a crash in some versions of react native that dont have // standard global objects // https://github.com/soldair/node-qrcode/issues/157 export default function() { return typeof Promise === 'function' && Promise.prototype && Promise.prototype.then; }