You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							1 lines
						
					
					
						
							303 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							1 lines
						
					
					
						
							303 B
						
					
					
				| "use strict";var QRCode=require("./lib/QRCode"),ErrorCorrectLevel=require("./lib/ErrorCorrectLevel"),qrcode=function(r,e){var o=new QRCode((e=e||{}).typeNumber||-1,e.errorCorrectLevel||ErrorCorrectLevel.H);return o.addData(r),o.make(),o};qrcode.ErrorCorrectLevel=ErrorCorrectLevel,module.exports=qrcode; |