UNPKG

react-filerobot-video-editor

Version:

React component version of filerobot video editor (FVE).

1 lines 520 B
import _extends from"@babel/runtime/helpers/extends";import React,{memo}from"react";import App from"../App";import AssemblyPointProviders from"../Providers";import Controls from"../Controls";import{TABS_IDS}from"../../utils/constants";var AssemblyPoint=function(a){return React.createElement(AssemblyPointProviders,_extends({},a,{tabsIds:[TABS_IDS.ADJUST,TABS_IDS.TRIM,TABS_IDS.RESIZE],disableResizeAfterRotation:!0}),React.createElement(App,null,React.createElement(Controls,null)))};export default memo(AssemblyPoint);