typeof sircl=="undefined"&&console.warn("The 'sircl-qrious' component should be registered after the 'sircl' component. Please review order of script files.");typeof QRious=="undefined"&&console.warn("The 'sircl-qrious' component requires the 'qrious.js' component. See https://cdnjs.com/libraries/qrious");$$(function(){$(this).find("CANVAS[qr-code]").each(function(){var n=this,t=Math.min(n.width,n.height);new QRious({element:n,size:t,padding:0,value:n.getAttribute("qr-code")||location.href})})});