UNPKG

@tencentcloud/tui-emoji-plugin

Version:

表情回应插件

8 lines (4 loc) 196 B
import { getPlatform } from '@tencentcloud/universal-api'; export const isPC = getPlatform() === 'pc'; export const isH5 = getPlatform() === 'h5'; export const isApp = getPlatform() === 'app';