UNPKG

emoji-net

Version:

EmojiNet is an image to emoji recognizer based on MobileNet / Google Emoji Scavenger Hunt

16 lines (14 loc) 256 B
import { EmojiNet, } from './emoji-net' import { EMOJI_CLASSES, } from './emoji-classes' import * as levels from './levels' import { VERSION } from './version' export { VERSION, EmojiNet, EMOJI_CLASSES, levels, }