UNPKG

emoji-net

Version:

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

6 lines 249 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, }; //# sourceMappingURL=mod.d.ts.map