UNPKG

react-filerobot-image-editor

Version:

React component version of filerobot image editor (FIE).

1 lines 387 B
import{POINTER_ICONS,TABS_IDS,TOOLS_IDS}from"../../utils/constants";import isDrawTool from"../../utils/isDrawTool";export var getCursorStyle=function(){var a=0<arguments.length&&arguments[0]!==void 0?arguments[0]:{},b=a.tabId,c=a.toolId,d=a.pointerCssIcon;return c===TOOLS_IDS.OBJECT_REMOVAL?"none":d===POINTER_ICONS.DEFAULT&&(b===TABS_IDS.ANNOTATE||isDrawTool(c))?POINTER_ICONS.DRAW:d};