mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	
							parent
							
								
									c1deb9438d
								
							
						
					
					
						commit
						94f2c20d35
					
				
					 2 changed files with 10 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -101,7 +101,11 @@ async function detectMine(path: string) {
 | 
			
		|||
				readable.destroy();
 | 
			
		||||
				const type = fileType(buffer);
 | 
			
		||||
				if (type) {
 | 
			
		||||
					res([type.mime, type.ext]);
 | 
			
		||||
					if (type.mime == 'application/xml' && checkSvg(path)) {
 | 
			
		||||
						res(['image/svg+xml', 'svg']);
 | 
			
		||||
					} else {
 | 
			
		||||
						res([type.mime, type.ext]);
 | 
			
		||||
					}
 | 
			
		||||
				} else if (checkSvg(path)) {
 | 
			
		||||
					res(['image/svg+xml', 'svg']);
 | 
			
		||||
				} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -310,7 +310,11 @@ export default async function(
 | 
			
		|||
				readable.destroy();
 | 
			
		||||
				const type = fileType(buffer);
 | 
			
		||||
				if (type) {
 | 
			
		||||
					res([type.mime, type.ext]);
 | 
			
		||||
					if (type.mime == 'application/xml' && checkSvg(path)) {
 | 
			
		||||
						res(['image/svg+xml', 'svg']);
 | 
			
		||||
					} else {
 | 
			
		||||
						res([type.mime, type.ext]);
 | 
			
		||||
					}
 | 
			
		||||
				} else if (checkSvg(path)) {
 | 
			
		||||
					res(['image/svg+xml', 'svg']);
 | 
			
		||||
				} else {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue