UNPKG

react-filerobot-image-editor

Version:

React component version of filerobot image editor (FIE).

1 lines 144 B
import{DRAW_TOOLS}from"../components/tools/tools.constants";var isDrawTool=function(a){return DRAW_TOOLS.includes(a)};export default isDrawTool;