react-filerobot-video-editor
Version:
React component version of filerobot video editor (FVE).
1 lines • 209 B
JavaScript
import{TABS_TOOLS}from"../components/tools/tools.constants";import{TABS_IDS}from"./constants";var isAnnotationTool=function(a){return TABS_TOOLS[TABS_IDS.ANNOTATE].includes(a)};export default isAnnotationTool;