mirror of
				https://github.com/scinote-eln/scinote-web.git
				synced 2025-10-31 08:26:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| global.twemoji = require('twemoji').default;
 | |
| global.twemoji.base = '/images/twemoji/';
 | |
| global.twemoji.size = '24x24';
 | |
| 
 | |
| import { EmojiButton } from '@joeattardi/emoji-button';
 | |
| 
 | |
| global.EmojiButton = EmojiButton;
 |