@remotion/cli 3.0.0-lambda.41 → 3.0.0-lambda.419
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +5 -0
- package/LICENSE.md +2 -2
- package/dist/ansi/ansi-diff.d.ts +41 -0
- package/dist/ansi/ansi-diff.d.ts.map +1 -0
- package/dist/ansi/ansi-diff.js +227 -0
- package/dist/ansi/ansi-diff.js.map +1 -0
- package/dist/ansi/ansi-regex.d.ts +3 -0
- package/dist/ansi/ansi-regex.d.ts.map +1 -0
- package/dist/ansi/ansi-regex.js +19 -0
- package/dist/ansi/ansi-regex.js.map +1 -0
- package/dist/ansi/ansi-split.d.ts +2 -0
- package/dist/ansi/ansi-split.d.ts.map +1 -0
- package/dist/ansi/ansi-split.js +32 -0
- package/dist/ansi/ansi-split.js.map +1 -0
- package/dist/check-version.d.ts +0 -0
- package/dist/check-version.d.ts.map +0 -0
- package/dist/check-version.js +0 -0
- package/dist/check-version.js.map +0 -0
- package/dist/compositions.d.ts +2 -0
- package/dist/compositions.d.ts.map +1 -0
- package/dist/compositions.js +64 -0
- package/dist/compositions.js.map +1 -0
- package/dist/cycle-browser-tabs.d.ts +0 -0
- package/dist/cycle-browser-tabs.d.ts.map +0 -0
- package/dist/cycle-browser-tabs.js +0 -0
- package/dist/cycle-browser-tabs.js.map +0 -0
- package/dist/delete-directory.d.ts +0 -0
- package/dist/delete-directory.d.ts.map +0 -0
- package/dist/delete-directory.js +0 -0
- package/dist/delete-directory.js.map +0 -0
- package/dist/editor/components/AudioWaveform.d.ts +0 -0
- package/dist/editor/components/AudioWaveform.d.ts.map +0 -0
- package/dist/editor/components/AudioWaveform.js +2 -2
- package/dist/editor/components/AudioWaveform.js.map +1 -1
- package/dist/editor/components/AudioWaveformBar.d.ts +0 -0
- package/dist/editor/components/AudioWaveformBar.d.ts.map +0 -0
- package/dist/editor/components/AudioWaveformBar.js +0 -0
- package/dist/editor/components/AudioWaveformBar.js.map +0 -0
- package/dist/editor/components/Canvas.d.ts +0 -0
- package/dist/editor/components/Canvas.d.ts.map +1 -1
- package/dist/editor/components/Canvas.js +2 -1
- package/dist/editor/components/Canvas.js.map +1 -1
- package/dist/editor/components/CheckboardToggle.d.ts +0 -0
- package/dist/editor/components/CheckboardToggle.d.ts.map +0 -0
- package/dist/editor/components/CheckboardToggle.js +1 -1
- package/dist/editor/components/CheckboardToggle.js.map +1 -1
- package/dist/editor/components/ClipboardIcon.d.ts +0 -0
- package/dist/editor/components/ClipboardIcon.d.ts.map +0 -0
- package/dist/editor/components/ClipboardIcon.js +2 -2
- package/dist/editor/components/ClipboardIcon.js.map +1 -1
- package/dist/editor/components/CompositionSelector.d.ts +0 -0
- package/dist/editor/components/CompositionSelector.d.ts.map +0 -0
- package/dist/editor/components/CompositionSelector.js +2 -2
- package/dist/editor/components/CompositionSelector.js.map +1 -1
- package/dist/editor/components/CompositionSelectorItem.d.ts +0 -0
- package/dist/editor/components/CompositionSelectorItem.d.ts.map +0 -0
- package/dist/editor/components/CompositionSelectorItem.js +1 -1
- package/dist/editor/components/CompositionSelectorItem.js.map +1 -1
- package/dist/editor/components/ControlButton.d.ts +0 -0
- package/dist/editor/components/ControlButton.d.ts.map +0 -0
- package/dist/editor/components/ControlButton.js +1 -1
- package/dist/editor/components/ControlButton.js.map +1 -1
- package/dist/editor/components/CopyButton.d.ts +0 -0
- package/dist/editor/components/CopyButton.d.ts.map +0 -0
- package/dist/editor/components/CopyButton.js +2 -2
- package/dist/editor/components/CopyButton.js.map +1 -1
- package/dist/editor/components/CurrentComposition.d.ts +0 -0
- package/dist/editor/components/CurrentComposition.d.ts.map +1 -1
- package/dist/editor/components/CurrentComposition.js +8 -1
- package/dist/editor/components/CurrentComposition.js.map +1 -1
- package/dist/editor/components/Editor.d.ts +0 -0
- package/dist/editor/components/Editor.d.ts.map +1 -1
- package/dist/editor/components/Editor.js +4 -3
- package/dist/editor/components/Editor.js.map +1 -1
- package/dist/editor/components/EditorContent.d.ts +0 -0
- package/dist/editor/components/EditorContent.d.ts.map +0 -0
- package/dist/editor/components/EditorContent.js +1 -1
- package/dist/editor/components/EditorContent.js.map +1 -1
- package/dist/editor/components/ErrorOverlay.d.ts +9 -0
- package/dist/editor/components/ErrorOverlay.d.ts.map +1 -0
- package/dist/editor/components/ErrorOverlay.js +22 -0
- package/dist/editor/components/ErrorOverlay.js.map +1 -0
- package/dist/editor/components/Errors/ErrorDisplay.d.ts +12 -0
- package/dist/editor/components/Errors/ErrorDisplay.d.ts.map +1 -0
- package/dist/editor/components/Errors/ErrorDisplay.js +43 -0
- package/dist/editor/components/Errors/ErrorDisplay.js.map +1 -0
- package/dist/editor/components/Errors/ErrorOverlay.d.ts +9 -0
- package/dist/editor/components/Errors/ErrorOverlay.d.ts.map +1 -0
- package/dist/editor/components/Errors/ErrorOverlay.js +22 -0
- package/dist/editor/components/Errors/ErrorOverlay.js.map +1 -0
- package/dist/editor/components/Errors/stack-frame.d.ts +46 -0
- package/dist/editor/components/Errors/stack-frame.d.ts.map +1 -0
- package/dist/editor/components/Errors/stack-frame.js +82 -0
- package/dist/editor/components/Errors/stack-frame.js.map +1 -0
- package/dist/editor/components/FpsCounter.d.ts +0 -0
- package/dist/editor/components/FpsCounter.d.ts.map +0 -0
- package/dist/editor/components/FpsCounter.js +1 -1
- package/dist/editor/components/FpsCounter.js.map +1 -1
- package/dist/editor/components/FramePersister.d.ts +0 -0
- package/dist/editor/components/FramePersister.d.ts.map +0 -0
- package/dist/editor/components/FramePersister.js +0 -0
- package/dist/editor/components/FramePersister.js.map +0 -0
- package/dist/editor/components/FramePersistor.d.ts +0 -0
- package/dist/editor/components/FramePersistor.d.ts.map +0 -0
- package/dist/editor/components/FramePersistor.js +0 -0
- package/dist/editor/components/FramePersistor.js.map +0 -0
- package/dist/editor/components/GlobalKeybindings.d.ts +0 -0
- package/dist/editor/components/GlobalKeybindings.d.ts.map +0 -0
- package/dist/editor/components/GlobalKeybindings.js +0 -0
- package/dist/editor/components/GlobalKeybindings.js.map +0 -0
- package/dist/editor/components/KeyboardShortcutsModal.d.ts +0 -0
- package/dist/editor/components/KeyboardShortcutsModal.d.ts.map +0 -0
- package/dist/editor/components/KeyboardShortcutsModal.js +1 -1
- package/dist/editor/components/KeyboardShortcutsModal.js.map +1 -1
- package/dist/editor/components/LoadingIndicator.d.ts +0 -0
- package/dist/editor/components/LoadingIndicator.d.ts.map +1 -1
- package/dist/editor/components/LoadingIndicator.js +3 -2
- package/dist/editor/components/LoadingIndicator.js.map +1 -1
- package/dist/editor/components/LoopToggle.d.ts +0 -0
- package/dist/editor/components/LoopToggle.d.ts.map +1 -1
- package/dist/editor/components/LoopToggle.js +6 -1
- package/dist/editor/components/LoopToggle.js.map +1 -1
- package/dist/editor/components/MediaVolumeSlider.d.ts +0 -0
- package/dist/editor/components/MediaVolumeSlider.d.ts.map +0 -0
- package/dist/editor/components/MediaVolumeSlider.js +0 -0
- package/dist/editor/components/MediaVolumeSlider.js.map +0 -0
- package/dist/editor/components/Menu/Checkmark.d.ts +0 -0
- package/dist/editor/components/Menu/Checkmark.d.ts.map +0 -0
- package/dist/editor/components/Menu/Checkmark.js +0 -0
- package/dist/editor/components/Menu/Checkmark.js.map +0 -0
- package/dist/editor/components/Menu/MenuDivider.d.ts +0 -0
- package/dist/editor/components/Menu/MenuDivider.d.ts.map +0 -0
- package/dist/editor/components/Menu/MenuDivider.js +0 -0
- package/dist/editor/components/Menu/MenuDivider.js.map +0 -0
- package/dist/editor/components/Menu/MenuItem.d.ts +0 -0
- package/dist/editor/components/Menu/MenuItem.d.ts.map +1 -1
- package/dist/editor/components/Menu/MenuItem.js +3 -2
- package/dist/editor/components/Menu/MenuItem.js.map +1 -1
- package/dist/editor/components/Menu/MenuSubItem.d.ts +0 -0
- package/dist/editor/components/Menu/MenuSubItem.d.ts.map +1 -1
- package/dist/editor/components/Menu/MenuSubItem.js +3 -2
- package/dist/editor/components/Menu/MenuSubItem.js.map +1 -1
- package/dist/editor/components/Menu/SubMenu.d.ts +0 -0
- package/dist/editor/components/Menu/SubMenu.d.ts.map +0 -0
- package/dist/editor/components/Menu/SubMenu.js +2 -2
- package/dist/editor/components/Menu/SubMenu.js.map +1 -1
- package/dist/editor/components/Menu/is-menu-click.d.ts +0 -0
- package/dist/editor/components/Menu/is-menu-click.d.ts.map +0 -0
- package/dist/editor/components/Menu/is-menu-click.js +0 -0
- package/dist/editor/components/Menu/is-menu-click.js.map +0 -0
- package/dist/editor/components/Menu/portals.d.ts +0 -0
- package/dist/editor/components/Menu/portals.d.ts.map +0 -0
- package/dist/editor/components/Menu/portals.js +0 -0
- package/dist/editor/components/Menu/portals.js.map +0 -0
- package/dist/editor/components/Menu/styles.d.ts +0 -0
- package/dist/editor/components/Menu/styles.d.ts.map +0 -0
- package/dist/editor/components/Menu/styles.js +0 -0
- package/dist/editor/components/Menu/styles.js.map +0 -0
- package/dist/editor/components/MenuToolbar.d.ts +0 -0
- package/dist/editor/components/MenuToolbar.d.ts.map +1 -1
- package/dist/editor/components/MenuToolbar.js +12 -4
- package/dist/editor/components/MenuToolbar.js.map +1 -1
- package/dist/editor/components/ModalContainer.d.ts +0 -0
- package/dist/editor/components/ModalContainer.d.ts.map +0 -0
- package/dist/editor/components/ModalContainer.js +1 -1
- package/dist/editor/components/ModalContainer.js.map +1 -1
- package/dist/editor/components/ModalHeader.d.ts +0 -0
- package/dist/editor/components/ModalHeader.d.ts.map +0 -0
- package/dist/editor/components/ModalHeader.js +1 -1
- package/dist/editor/components/ModalHeader.js.map +1 -1
- package/dist/editor/components/MuteToggle.d.ts +6 -0
- package/dist/editor/components/MuteToggle.d.ts.map +1 -0
- package/dist/editor/components/MuteToggle.js +25 -0
- package/dist/editor/components/MuteToggle.js.map +1 -0
- package/dist/editor/components/NewComposition/CancelButton.d.ts +0 -0
- package/dist/editor/components/NewComposition/CancelButton.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/CancelButton.js +1 -1
- package/dist/editor/components/NewComposition/CancelButton.js.map +1 -1
- package/dist/editor/components/NewComposition/ComboBox.d.ts +0 -0
- package/dist/editor/components/NewComposition/ComboBox.d.ts.map +1 -1
- package/dist/editor/components/NewComposition/ComboBox.js +3 -2
- package/dist/editor/components/NewComposition/ComboBox.js.map +1 -1
- package/dist/editor/components/NewComposition/CompositionType.d.ts +0 -0
- package/dist/editor/components/NewComposition/CompositionType.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/CompositionType.js +0 -0
- package/dist/editor/components/NewComposition/CompositionType.js.map +0 -0
- package/dist/editor/components/NewComposition/CopyHint.d.ts +0 -0
- package/dist/editor/components/NewComposition/CopyHint.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/CopyHint.js +1 -1
- package/dist/editor/components/NewComposition/CopyHint.js.map +1 -1
- package/dist/editor/components/NewComposition/InputDragger.d.ts +0 -0
- package/dist/editor/components/NewComposition/InputDragger.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/InputDragger.js +2 -2
- package/dist/editor/components/NewComposition/InputDragger.js.map +1 -1
- package/dist/editor/components/NewComposition/LazyLoadNewComposition.d.ts +0 -0
- package/dist/editor/components/NewComposition/LazyLoadNewComposition.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/LazyLoadNewComposition.js +0 -0
- package/dist/editor/components/NewComposition/LazyLoadNewComposition.js.map +0 -0
- package/dist/editor/components/NewComposition/MenuContent.d.ts +0 -0
- package/dist/editor/components/NewComposition/MenuContent.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/MenuContent.js +2 -2
- package/dist/editor/components/NewComposition/MenuContent.js.map +1 -1
- package/dist/editor/components/NewComposition/NewCompAspectRatio.d.ts +0 -0
- package/dist/editor/components/NewComposition/NewCompAspectRatio.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/NewCompAspectRatio.js +1 -1
- package/dist/editor/components/NewComposition/NewCompAspectRatio.js.map +1 -1
- package/dist/editor/components/NewComposition/NewCompCode.d.ts +0 -0
- package/dist/editor/components/NewComposition/NewCompCode.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/NewCompCode.js +6 -6
- package/dist/editor/components/NewComposition/NewCompCode.js.map +1 -1
- package/dist/editor/components/NewComposition/NewCompDuration.d.ts +0 -0
- package/dist/editor/components/NewComposition/NewCompDuration.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/NewCompDuration.js +1 -1
- package/dist/editor/components/NewComposition/NewCompDuration.js.map +1 -1
- package/dist/editor/components/NewComposition/NewCompHeader.d.ts +0 -0
- package/dist/editor/components/NewComposition/NewCompHeader.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/NewCompHeader.js +0 -0
- package/dist/editor/components/NewComposition/NewCompHeader.js.map +0 -0
- package/dist/editor/components/NewComposition/NewComposition.d.ts +0 -0
- package/dist/editor/components/NewComposition/NewComposition.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/NewComposition.js +3 -3
- package/dist/editor/components/NewComposition/NewComposition.js.map +1 -1
- package/dist/editor/components/NewComposition/RemInput.d.ts +0 -0
- package/dist/editor/components/NewComposition/RemInput.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/RemInput.js +1 -1
- package/dist/editor/components/NewComposition/RemInput.js.map +1 -1
- package/dist/editor/components/NewComposition/ToggleAspectRatio.d.ts +0 -0
- package/dist/editor/components/NewComposition/ToggleAspectRatio.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/ToggleAspectRatio.js +1 -1
- package/dist/editor/components/NewComposition/ToggleAspectRatio.js.map +1 -1
- package/dist/editor/components/NewComposition/ValidationMessage.d.ts +0 -0
- package/dist/editor/components/NewComposition/ValidationMessage.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/ValidationMessage.js +2 -2
- package/dist/editor/components/NewComposition/ValidationMessage.js.map +1 -1
- package/dist/editor/components/NewComposition/new-comp-layout.d.ts +0 -0
- package/dist/editor/components/NewComposition/new-comp-layout.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/new-comp-layout.js +0 -0
- package/dist/editor/components/NewComposition/new-comp-layout.js.map +0 -0
- package/dist/editor/components/NewComposition/render-aspect-ratio.d.ts +0 -0
- package/dist/editor/components/NewComposition/render-aspect-ratio.d.ts.map +0 -0
- package/dist/editor/components/NewComposition/render-aspect-ratio.js +0 -0
- package/dist/editor/components/NewComposition/render-aspect-ratio.js.map +0 -0
- package/dist/editor/components/NewComposition.d.ts +0 -0
- package/dist/editor/components/NewComposition.d.ts.map +0 -0
- package/dist/editor/components/NewComposition.js +0 -0
- package/dist/editor/components/NewComposition.js.map +0 -0
- package/dist/editor/components/NewSequence.d.ts +0 -0
- package/dist/editor/components/NewSequence.d.ts.map +0 -0
- package/dist/editor/components/NewSequence.js +0 -0
- package/dist/editor/components/NewSequence.js.map +0 -0
- package/dist/editor/components/PlayPause.d.ts +0 -0
- package/dist/editor/components/PlayPause.d.ts.map +0 -0
- package/dist/editor/components/PlayPause.js +2 -2
- package/dist/editor/components/PlayPause.js.map +1 -1
- package/dist/editor/components/PlaybackKeyboardShortcutsManager.d.ts +0 -0
- package/dist/editor/components/PlaybackKeyboardShortcutsManager.d.ts.map +0 -0
- package/dist/editor/components/PlaybackKeyboardShortcutsManager.js +0 -0
- package/dist/editor/components/PlaybackKeyboardShortcutsManager.js.map +0 -0
- package/dist/editor/components/PlaybackRatePersistor.d.ts +0 -0
- package/dist/editor/components/PlaybackRatePersistor.d.ts.map +0 -0
- package/dist/editor/components/PlaybackRatePersistor.js +0 -0
- package/dist/editor/components/PlaybackRatePersistor.js.map +0 -0
- package/dist/editor/components/PlaybackRateSelector.d.ts +0 -0
- package/dist/editor/components/PlaybackRateSelector.d.ts.map +0 -0
- package/dist/editor/components/PlaybackRateSelector.js +1 -1
- package/dist/editor/components/PlaybackRateSelector.js.map +1 -1
- package/dist/editor/components/Preview.d.ts +0 -0
- package/dist/editor/components/Preview.d.ts.map +1 -1
- package/dist/editor/components/Preview.js +2 -2
- package/dist/editor/components/Preview.js.map +1 -1
- package/dist/editor/components/PreviewToolbar.d.ts +0 -0
- package/dist/editor/components/PreviewToolbar.d.ts.map +1 -1
- package/dist/editor/components/PreviewToolbar.js +4 -1
- package/dist/editor/components/PreviewToolbar.js.map +1 -1
- package/dist/editor/components/RichTimelineToggle.d.ts +0 -0
- package/dist/editor/components/RichTimelineToggle.d.ts.map +0 -0
- package/dist/editor/components/RichTimelineToggle.js +2 -2
- package/dist/editor/components/RichTimelineToggle.js.map +1 -1
- package/dist/editor/components/SizeSelector.d.ts +0 -0
- package/dist/editor/components/SizeSelector.d.ts.map +0 -0
- package/dist/editor/components/SizeSelector.js +1 -1
- package/dist/editor/components/SizeSelector.js.map +1 -1
- package/dist/editor/components/Spacing.d.ts +0 -0
- package/dist/editor/components/Spacing.d.ts.map +0 -0
- package/dist/editor/components/Spacing.js +0 -0
- package/dist/editor/components/Spacing.js.map +0 -0
- package/dist/editor/components/Splitter/SplitterContainer.d.ts +0 -0
- package/dist/editor/components/Splitter/SplitterContainer.d.ts.map +0 -0
- package/dist/editor/components/Splitter/SplitterContainer.js +1 -1
- package/dist/editor/components/Splitter/SplitterContainer.js.map +1 -1
- package/dist/editor/components/Splitter/SplitterContext.d.ts +0 -0
- package/dist/editor/components/Splitter/SplitterContext.d.ts.map +0 -0
- package/dist/editor/components/Splitter/SplitterContext.js +0 -0
- package/dist/editor/components/Splitter/SplitterContext.js.map +0 -0
- package/dist/editor/components/Splitter/SplitterElement.d.ts +0 -0
- package/dist/editor/components/Splitter/SplitterElement.d.ts.map +0 -0
- package/dist/editor/components/Splitter/SplitterElement.js +1 -1
- package/dist/editor/components/Splitter/SplitterElement.js.map +1 -1
- package/dist/editor/components/Splitter/SplitterHandle.d.ts +0 -0
- package/dist/editor/components/Splitter/SplitterHandle.d.ts.map +1 -1
- package/dist/editor/components/Splitter/SplitterHandle.js +2 -0
- package/dist/editor/components/Splitter/SplitterHandle.js.map +1 -1
- package/dist/editor/components/Thumbnail.d.ts +0 -0
- package/dist/editor/components/Thumbnail.d.ts.map +1 -1
- package/dist/editor/components/Thumbnail.js +4 -3
- package/dist/editor/components/Thumbnail.js.map +1 -1
- package/dist/editor/components/TimeValue.d.ts +0 -0
- package/dist/editor/components/TimeValue.d.ts.map +0 -0
- package/dist/editor/components/TimeValue.js +1 -1
- package/dist/editor/components/TimeValue.js.map +1 -1
- package/dist/editor/components/Timeline/LoopIndicator.d.ts +0 -0
- package/dist/editor/components/Timeline/LoopIndicator.d.ts.map +0 -0
- package/dist/editor/components/Timeline/LoopIndicator.js +0 -0
- package/dist/editor/components/Timeline/LoopIndicator.js.map +0 -0
- package/dist/editor/components/Timeline/LoopedIndicator.d.ts +0 -0
- package/dist/editor/components/Timeline/LoopedIndicator.d.ts.map +0 -0
- package/dist/editor/components/Timeline/LoopedIndicator.js +2 -2
- package/dist/editor/components/Timeline/LoopedIndicator.js.map +1 -1
- package/dist/editor/components/Timeline/LoopedTimelineIndicators.d.ts +0 -0
- package/dist/editor/components/Timeline/LoopedTimelineIndicators.d.ts.map +0 -0
- package/dist/editor/components/Timeline/LoopedTimelineIndicators.js +2 -2
- package/dist/editor/components/Timeline/LoopedTimelineIndicators.js.map +1 -1
- package/dist/editor/components/Timeline/MaxTimelineTracks.d.ts +0 -0
- package/dist/editor/components/Timeline/MaxTimelineTracks.d.ts.map +0 -0
- package/dist/editor/components/Timeline/MaxTimelineTracks.js +1 -1
- package/dist/editor/components/Timeline/MaxTimelineTracks.js.map +1 -1
- package/dist/editor/components/Timeline/Timeline.d.ts +0 -0
- package/dist/editor/components/Timeline/Timeline.d.ts.map +0 -0
- package/dist/editor/components/Timeline/Timeline.js +1 -1
- package/dist/editor/components/Timeline/Timeline.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineCollapseToggle.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineCollapseToggle.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineCollapseToggle.js +2 -2
- package/dist/editor/components/Timeline/TimelineCollapseToggle.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineDragHandler.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineDragHandler.d.ts.map +1 -1
- package/dist/editor/components/Timeline/TimelineDragHandler.js +4 -3
- package/dist/editor/components/Timeline/TimelineDragHandler.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineInOutPointer.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointer.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointer.js +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointer.js.map +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointerHandle.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointerHandle.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointerHandle.js +0 -0
- package/dist/editor/components/Timeline/TimelineInOutPointerHandle.js.map +0 -0
- package/dist/editor/components/Timeline/TimelineList.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineList.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineList.js +2 -2
- package/dist/editor/components/Timeline/TimelineList.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineListItem.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineListItem.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineListItem.js +1 -1
- package/dist/editor/components/Timeline/TimelineListItem.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineSequence.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineSequence.d.ts.map +1 -1
- package/dist/editor/components/Timeline/TimelineSequence.js +2 -1
- package/dist/editor/components/Timeline/TimelineSequence.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineSequenceFrame.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineSequenceFrame.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineSequenceFrame.js +2 -2
- package/dist/editor/components/Timeline/TimelineSequenceFrame.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineSlider.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineSlider.d.ts.map +1 -1
- package/dist/editor/components/Timeline/TimelineSlider.js +10 -2
- package/dist/editor/components/Timeline/TimelineSlider.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineSliderHandle.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineSliderHandle.d.ts.map +1 -1
- package/dist/editor/components/Timeline/TimelineSliderHandle.js +4 -1
- package/dist/editor/components/Timeline/TimelineSliderHandle.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineTracks.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineTracks.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineTracks.js +3 -3
- package/dist/editor/components/Timeline/TimelineTracks.js.map +1 -1
- package/dist/editor/components/Timeline/TimelineVideoInfo.d.ts +0 -0
- package/dist/editor/components/Timeline/TimelineVideoInfo.d.ts.map +0 -0
- package/dist/editor/components/Timeline/TimelineVideoInfo.js +1 -1
- package/dist/editor/components/Timeline/TimelineVideoInfo.js.map +1 -1
- package/dist/editor/components/Timeline/is-collapsed.d.ts +0 -0
- package/dist/editor/components/Timeline/is-collapsed.d.ts.map +0 -0
- package/dist/editor/components/Timeline/is-collapsed.js +0 -0
- package/dist/editor/components/Timeline/is-collapsed.js.map +0 -0
- package/dist/editor/components/Timeline/timeline-refs.d.ts +0 -0
- package/dist/editor/components/Timeline/timeline-refs.d.ts.map +0 -0
- package/dist/editor/components/Timeline/timeline-refs.js +0 -0
- package/dist/editor/components/Timeline/timeline-refs.js.map +0 -0
- package/dist/editor/components/Timeline/timeline-state-reducer.d.ts +0 -0
- package/dist/editor/components/Timeline/timeline-state-reducer.d.ts.map +0 -0
- package/dist/editor/components/Timeline/timeline-state-reducer.js +0 -0
- package/dist/editor/components/Timeline/timeline-state-reducer.js.map +0 -0
- package/dist/editor/components/TimelineInOutToggle.d.ts +0 -0
- package/dist/editor/components/TimelineInOutToggle.d.ts.map +0 -0
- package/dist/editor/components/TimelineInOutToggle.js +1 -1
- package/dist/editor/components/TimelineInOutToggle.js.map +1 -1
- package/dist/editor/components/TopPanel.d.ts +0 -0
- package/dist/editor/components/TopPanel.d.ts.map +0 -0
- package/dist/editor/components/TopPanel.js +1 -1
- package/dist/editor/components/TopPanel.js.map +1 -1
- package/dist/editor/components/UpdateCheck.d.ts +2 -3
- package/dist/editor/components/UpdateCheck.d.ts.map +1 -1
- package/dist/editor/components/UpdateCheck.js +16 -4
- package/dist/editor/components/UpdateCheck.js.map +1 -1
- package/dist/editor/components/UpdateModal/UpdateModal.d.ts +0 -0
- package/dist/editor/components/UpdateModal/UpdateModal.d.ts.map +1 -1
- package/dist/editor/components/UpdateModal/UpdateModal.js +8 -2
- package/dist/editor/components/UpdateModal/UpdateModal.js.map +1 -1
- package/dist/editor/components/layout.d.ts +0 -0
- package/dist/editor/components/layout.d.ts.map +0 -0
- package/dist/editor/components/layout.js +3 -3
- package/dist/editor/components/layout.js.map +1 -1
- package/dist/editor/helpers/calculate-timeline.d.ts +0 -0
- package/dist/editor/helpers/calculate-timeline.d.ts.map +0 -0
- package/dist/editor/helpers/calculate-timeline.js +0 -0
- package/dist/editor/helpers/calculate-timeline.js.map +0 -0
- package/dist/editor/helpers/checkerboard-background.d.ts +0 -0
- package/dist/editor/helpers/checkerboard-background.d.ts.map +0 -0
- package/dist/editor/helpers/checkerboard-background.js +0 -0
- package/dist/editor/helpers/checkerboard-background.js.map +0 -0
- package/dist/editor/helpers/colors.d.ts +0 -0
- package/dist/editor/helpers/colors.d.ts.map +0 -0
- package/dist/editor/helpers/colors.js +0 -0
- package/dist/editor/helpers/colors.js.map +0 -0
- package/dist/editor/helpers/copy-text.d.ts +0 -0
- package/dist/editor/helpers/copy-text.d.ts.map +0 -0
- package/dist/editor/helpers/copy-text.js +0 -0
- package/dist/editor/helpers/copy-text.js.map +0 -0
- package/dist/editor/helpers/font.d.ts +0 -0
- package/dist/editor/helpers/font.d.ts.map +0 -0
- package/dist/editor/helpers/font.js +0 -0
- package/dist/editor/helpers/font.js.map +0 -0
- package/dist/editor/helpers/get-left-of-timeline-slider.d.ts +0 -0
- package/dist/editor/helpers/get-left-of-timeline-slider.d.ts.map +1 -1
- package/dist/editor/helpers/get-left-of-timeline-slider.js +1 -0
- package/dist/editor/helpers/get-left-of-timeline-slider.js.map +1 -1
- package/dist/editor/helpers/get-sequence-visible-range.d.ts +0 -0
- package/dist/editor/helpers/get-sequence-visible-range.d.ts.map +0 -0
- package/dist/editor/helpers/get-sequence-visible-range.js +0 -0
- package/dist/editor/helpers/get-sequence-visible-range.js.map +0 -0
- package/dist/editor/helpers/get-timeline-nestedness.d.ts +0 -0
- package/dist/editor/helpers/get-timeline-nestedness.d.ts.map +0 -0
- package/dist/editor/helpers/get-timeline-nestedness.js +0 -0
- package/dist/editor/helpers/get-timeline-nestedness.js.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-hash.d.ts +0 -0
- package/dist/editor/helpers/get-timeline-sequence-hash.d.ts.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-hash.js +0 -0
- package/dist/editor/helpers/get-timeline-sequence-hash.js.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-layout.d.ts +0 -0
- package/dist/editor/helpers/get-timeline-sequence-layout.d.ts.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-layout.js +0 -0
- package/dist/editor/helpers/get-timeline-sequence-layout.js.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-sort-key.d.ts +0 -0
- package/dist/editor/helpers/get-timeline-sequence-sort-key.d.ts.map +0 -0
- package/dist/editor/helpers/get-timeline-sequence-sort-key.js +0 -0
- package/dist/editor/helpers/get-timeline-sequence-sort-key.js.map +0 -0
- package/dist/editor/helpers/is-composition-still.d.ts +0 -0
- package/dist/editor/helpers/is-composition-still.d.ts.map +0 -0
- package/dist/editor/helpers/is-composition-still.js +0 -0
- package/dist/editor/helpers/is-composition-still.js.map +0 -0
- package/dist/editor/helpers/is-current-selected-still.d.ts +0 -0
- package/dist/editor/helpers/is-current-selected-still.d.ts.map +0 -0
- package/dist/editor/helpers/is-current-selected-still.js +0 -0
- package/dist/editor/helpers/is-current-selected-still.js.map +0 -0
- package/dist/editor/helpers/isCompositionStill.d.ts +0 -0
- package/dist/editor/helpers/isCompositionStill.d.ts.map +0 -0
- package/dist/editor/helpers/isCompositionStill.js +0 -0
- package/dist/editor/helpers/isCompositionStill.js.map +0 -0
- package/dist/editor/helpers/noop.d.ts +0 -0
- package/dist/editor/helpers/noop.d.ts.map +0 -0
- package/dist/editor/helpers/noop.js +0 -0
- package/dist/editor/helpers/noop.js.map +0 -0
- package/dist/editor/helpers/timeline-layout.d.ts +0 -0
- package/dist/editor/helpers/timeline-layout.d.ts.map +0 -0
- package/dist/editor/helpers/timeline-layout.js +0 -0
- package/dist/editor/helpers/timeline-layout.js.map +0 -0
- package/dist/editor/helpers/use-keybinding.d.ts +0 -0
- package/dist/editor/helpers/use-keybinding.d.ts.map +0 -0
- package/dist/editor/helpers/use-keybinding.js +0 -0
- package/dist/editor/helpers/use-keybinding.js.map +0 -0
- package/dist/editor/helpers/validate-composition-name.d.ts +0 -0
- package/dist/editor/helpers/validate-composition-name.d.ts.map +0 -0
- package/dist/editor/helpers/validate-composition-name.js +0 -0
- package/dist/editor/helpers/validate-composition-name.js.map +0 -0
- package/dist/editor/helpers/validate-new-comp-data.d.ts +0 -0
- package/dist/editor/helpers/validate-new-comp-data.d.ts.map +0 -0
- package/dist/editor/helpers/validate-new-comp-data.js +0 -0
- package/dist/editor/helpers/validate-new-comp-data.js.map +0 -0
- package/dist/editor/hooks/get-el-size.d.ts +0 -0
- package/dist/editor/hooks/get-el-size.d.ts.map +0 -0
- package/dist/editor/hooks/get-el-size.js +0 -0
- package/dist/editor/hooks/get-el-size.js.map +0 -0
- package/dist/editor/icons/Checkmark.d.ts +0 -0
- package/dist/editor/icons/Checkmark.d.ts.map +0 -0
- package/dist/editor/icons/Checkmark.js +1 -1
- package/dist/editor/icons/Checkmark.js.map +1 -1
- package/dist/editor/icons/caret.d.ts +0 -0
- package/dist/editor/icons/caret.d.ts.map +0 -0
- package/dist/editor/icons/caret.js +2 -2
- package/dist/editor/icons/caret.js.map +1 -1
- package/dist/editor/icons/fast-back.d.ts +0 -0
- package/dist/editor/icons/fast-back.d.ts.map +0 -0
- package/dist/editor/icons/fast-back.js +0 -0
- package/dist/editor/icons/fast-back.js.map +0 -0
- package/dist/editor/icons/fast-forward.d.ts +0 -0
- package/dist/editor/icons/fast-forward.d.ts.map +0 -0
- package/dist/editor/icons/fast-forward.js +0 -0
- package/dist/editor/icons/fast-forward.js.map +0 -0
- package/dist/editor/icons/film.d.ts +0 -0
- package/dist/editor/icons/film.d.ts.map +0 -0
- package/dist/editor/icons/film.js +1 -1
- package/dist/editor/icons/film.js.map +1 -1
- package/dist/editor/icons/keys.d.ts +0 -0
- package/dist/editor/icons/keys.d.ts.map +0 -0
- package/dist/editor/icons/keys.js +3 -3
- package/dist/editor/icons/keys.js.map +1 -1
- package/dist/editor/icons/lock.d.ts +0 -0
- package/dist/editor/icons/lock.d.ts.map +0 -0
- package/dist/editor/icons/lock.js +2 -2
- package/dist/editor/icons/lock.js.map +1 -1
- package/dist/editor/icons/media-volume.d.ts +0 -0
- package/dist/editor/icons/media-volume.d.ts.map +0 -0
- package/dist/editor/icons/media-volume.js +2 -2
- package/dist/editor/icons/media-volume.js.map +1 -1
- package/dist/editor/icons/pause.d.ts +0 -0
- package/dist/editor/icons/pause.d.ts.map +0 -0
- package/dist/editor/icons/pause.js +1 -1
- package/dist/editor/icons/pause.js.map +1 -1
- package/dist/editor/icons/play.d.ts +0 -0
- package/dist/editor/icons/play.d.ts.map +0 -0
- package/dist/editor/icons/play.js +1 -1
- package/dist/editor/icons/play.js.map +1 -1
- package/dist/editor/icons/step-back.d.ts +0 -0
- package/dist/editor/icons/step-back.d.ts.map +0 -0
- package/dist/editor/icons/step-back.js +1 -1
- package/dist/editor/icons/step-back.js.map +1 -1
- package/dist/editor/icons/step-forward.d.ts +0 -0
- package/dist/editor/icons/step-forward.d.ts.map +0 -0
- package/dist/editor/icons/step-forward.js +1 -1
- package/dist/editor/icons/step-forward.js.map +1 -1
- package/dist/editor/icons/still.d.ts +0 -0
- package/dist/editor/icons/still.d.ts.map +0 -0
- package/dist/editor/icons/still.js +1 -1
- package/dist/editor/icons/still.js.map +1 -1
- package/dist/editor/icons/timeline.d.ts +0 -0
- package/dist/editor/icons/timeline.d.ts.map +0 -0
- package/dist/editor/icons/timeline.js +1 -1
- package/dist/editor/icons/timeline.js.map +1 -1
- package/dist/editor/icons/timelineInOutPointer.d.ts +0 -0
- package/dist/editor/icons/timelineInOutPointer.d.ts.map +0 -0
- package/dist/editor/icons/timelineInOutPointer.js +2 -2
- package/dist/editor/icons/timelineInOutPointer.js.map +1 -1
- package/dist/editor/state/aspect-ratio-locked.d.ts +0 -0
- package/dist/editor/state/aspect-ratio-locked.d.ts.map +0 -0
- package/dist/editor/state/aspect-ratio-locked.js +0 -0
- package/dist/editor/state/aspect-ratio-locked.js.map +0 -0
- package/dist/editor/state/checkerboard.d.ts +0 -0
- package/dist/editor/state/checkerboard.d.ts.map +0 -0
- package/dist/editor/state/checkerboard.js +0 -0
- package/dist/editor/state/checkerboard.js.map +0 -0
- package/dist/editor/state/global-menu-id.d.ts +0 -0
- package/dist/editor/state/global-menu-id.d.ts.map +0 -0
- package/dist/editor/state/global-menu-id.js +0 -0
- package/dist/editor/state/global-menu-id.js.map +0 -0
- package/dist/editor/state/highest-z-index.d.ts +0 -0
- package/dist/editor/state/highest-z-index.d.ts.map +0 -0
- package/dist/editor/state/highest-z-index.js +1 -1
- package/dist/editor/state/highest-z-index.js.map +1 -1
- package/dist/editor/state/input-dragger-click-lock.d.ts +0 -0
- package/dist/editor/state/input-dragger-click-lock.d.ts.map +0 -0
- package/dist/editor/state/input-dragger-click-lock.js +0 -0
- package/dist/editor/state/input-dragger-click-lock.js.map +0 -0
- package/dist/editor/state/keybindings.d.ts +0 -0
- package/dist/editor/state/keybindings.d.ts.map +0 -0
- package/dist/editor/state/keybindings.js +1 -1
- package/dist/editor/state/keybindings.js.map +1 -1
- package/dist/editor/state/loop.d.ts +0 -0
- package/dist/editor/state/loop.d.ts.map +0 -0
- package/dist/editor/state/loop.js +0 -0
- package/dist/editor/state/loop.js.map +0 -0
- package/dist/editor/state/marks.d.ts +0 -0
- package/dist/editor/state/marks.d.ts.map +0 -0
- package/dist/editor/state/marks.js +0 -0
- package/dist/editor/state/marks.js.map +0 -0
- package/dist/editor/state/menu-selection.d.ts +0 -0
- package/dist/editor/state/menu-selection.d.ts.map +0 -0
- package/dist/editor/state/menu-selection.js +0 -0
- package/dist/editor/state/menu-selection.js.map +0 -0
- package/dist/editor/state/modals.d.ts +0 -0
- package/dist/editor/state/modals.d.ts.map +0 -0
- package/dist/editor/state/modals.js +0 -0
- package/dist/editor/state/modals.js.map +0 -0
- package/dist/editor/state/mute.d.ts +3 -0
- package/dist/editor/state/mute.d.ts.map +1 -0
- package/dist/editor/state/mute.js +14 -0
- package/dist/editor/state/mute.js.map +1 -0
- package/dist/editor/state/playbackrate.d.ts +0 -0
- package/dist/editor/state/playbackrate.d.ts.map +0 -0
- package/dist/editor/state/playbackrate.js +0 -0
- package/dist/editor/state/playbackrate.js.map +0 -0
- package/dist/editor/state/preview-size.d.ts +0 -0
- package/dist/editor/state/preview-size.d.ts.map +0 -0
- package/dist/editor/state/preview-size.js +0 -0
- package/dist/editor/state/preview-size.js.map +0 -0
- package/dist/editor/state/render-frame.d.ts +0 -0
- package/dist/editor/state/render-frame.d.ts.map +0 -0
- package/dist/editor/state/render-frame.js +0 -0
- package/dist/editor/state/render-frame.js.map +0 -0
- package/dist/editor/state/rich-timeline.d.ts +0 -0
- package/dist/editor/state/rich-timeline.d.ts.map +0 -0
- package/dist/editor/state/rich-timeline.js +0 -0
- package/dist/editor/state/rich-timeline.js.map +0 -0
- package/dist/editor/state/timeline-ref.d.ts +0 -0
- package/dist/editor/state/timeline-ref.d.ts.map +0 -0
- package/dist/editor/state/timeline-ref.js +0 -0
- package/dist/editor/state/timeline-ref.js.map +0 -0
- package/dist/editor/state/timeline.d.ts +0 -0
- package/dist/editor/state/timeline.d.ts.map +0 -0
- package/dist/editor/state/timeline.js +0 -0
- package/dist/editor/state/timeline.js.map +0 -0
- package/dist/editor/state/z-index.d.ts +0 -0
- package/dist/editor/state/z-index.d.ts.map +0 -0
- package/dist/editor/state/z-index.js +1 -1
- package/dist/editor/state/z-index.js.map +1 -1
- package/dist/get-cli-options.d.ts +5 -0
- package/dist/get-cli-options.d.ts.map +1 -1
- package/dist/get-cli-options.js +12 -0
- package/dist/get-cli-options.js.map +1 -1
- package/dist/get-composition-id.d.ts +0 -0
- package/dist/get-composition-id.d.ts.map +0 -0
- package/dist/get-composition-id.js +0 -0
- package/dist/get-composition-id.js.map +0 -0
- package/dist/get-config-file-name.d.ts +1 -1
- package/dist/get-config-file-name.d.ts.map +1 -1
- package/dist/get-config-file-name.js +1 -1
- package/dist/get-config-file-name.js.map +1 -1
- package/dist/get-env.d.ts +0 -0
- package/dist/get-env.d.ts.map +1 -1
- package/dist/get-env.js +2 -2
- package/dist/get-env.js.map +1 -1
- package/dist/get-filename.d.ts +0 -0
- package/dist/get-filename.d.ts.map +0 -0
- package/dist/get-filename.js +0 -0
- package/dist/get-filename.js.map +0 -0
- package/dist/get-input-props.d.ts +0 -0
- package/dist/get-input-props.d.ts.map +0 -0
- package/dist/get-input-props.js +0 -0
- package/dist/get-input-props.js.map +0 -0
- package/dist/handle-common-errors.d.ts +0 -0
- package/dist/handle-common-errors.d.ts.map +1 -1
- package/dist/handle-common-errors.js +8 -0
- package/dist/handle-common-errors.js.map +1 -1
- package/dist/image-formats.d.ts +0 -0
- package/dist/image-formats.d.ts.map +0 -0
- package/dist/image-formats.js +0 -0
- package/dist/image-formats.js.map +0 -0
- package/dist/index.d.ts +12 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +16 -5
- package/dist/index.js.map +1 -1
- package/dist/initialize-render-cli.d.ts +1 -1
- package/dist/initialize-render-cli.d.ts.map +1 -1
- package/dist/initialize-render-cli.js +2 -2
- package/dist/initialize-render-cli.js.map +1 -1
- package/dist/is-javascript.d.ts +0 -0
- package/dist/is-javascript.d.ts.map +0 -0
- package/dist/is-javascript.js +0 -0
- package/dist/is-javascript.js.map +0 -0
- package/dist/lambda-command.d.ts +0 -0
- package/dist/lambda-command.d.ts.map +0 -0
- package/dist/lambda-command.js +1 -1
- package/dist/lambda-command.js.map +1 -1
- package/dist/listCompositions.d.ts +2 -0
- package/dist/listCompositions.d.ts.map +1 -0
- package/dist/listCompositions.js +46 -0
- package/dist/listCompositions.js.map +1 -0
- package/dist/load-config.d.ts +1 -1
- package/dist/load-config.d.ts.map +1 -1
- package/dist/load-config.js +28 -18
- package/dist/load-config.js.map +1 -1
- package/dist/log.d.ts +0 -0
- package/dist/log.d.ts.map +1 -1
- package/dist/log.js +4 -4
- package/dist/log.js.map +1 -1
- package/dist/parse-command-line.d.ts +11 -2
- package/dist/parse-command-line.d.ts.map +1 -1
- package/dist/parse-command-line.js +27 -3
- package/dist/parse-command-line.js.map +1 -1
- package/dist/preview.d.ts +0 -0
- package/dist/preview.d.ts.map +1 -1
- package/dist/preview.js +11 -5
- package/dist/preview.js.map +1 -1
- package/dist/previewEntry.d.ts +0 -0
- package/dist/previewEntry.d.ts.map +0 -0
- package/dist/previewEntry.js +2 -2
- package/dist/previewEntry.js.map +1 -1
- package/dist/print-help.d.ts +0 -0
- package/dist/print-help.d.ts.map +1 -1
- package/dist/print-help.js +8 -0
- package/dist/print-help.js.map +1 -1
- package/dist/progress-bar.d.ts +25 -8
- package/dist/progress-bar.d.ts.map +1 -1
- package/dist/progress-bar.js +38 -17
- package/dist/progress-bar.js.map +1 -1
- package/dist/render.d.ts +0 -0
- package/dist/render.d.ts.map +1 -1
- package/dist/render.js +155 -154
- package/dist/render.js.map +1 -1
- package/dist/resolve-from.d.ts +2 -0
- package/dist/resolve-from.d.ts.map +1 -0
- package/dist/resolve-from.js +34 -0
- package/dist/resolve-from.js.map +1 -0
- package/dist/setup-cache.d.ts +2 -1
- package/dist/setup-cache.d.ts.map +1 -1
- package/dist/setup-cache.js +10 -3
- package/dist/setup-cache.js.map +1 -1
- package/dist/step.d.ts +2 -0
- package/dist/step.d.ts.map +1 -0
- package/dist/step.js +3 -0
- package/dist/step.js.map +1 -0
- package/dist/still.d.ts +0 -0
- package/dist/still.d.ts.map +1 -1
- package/dist/still.js +47 -36
- package/dist/still.js.map +1 -1
- package/dist/upgrade.d.ts +0 -0
- package/dist/upgrade.d.ts.map +1 -1
- package/dist/upgrade.js +24 -25
- package/dist/upgrade.js.map +1 -1
- package/dist/user-passed-output-location.d.ts +0 -0
- package/dist/user-passed-output-location.d.ts.map +0 -0
- package/dist/user-passed-output-location.js +0 -0
- package/dist/user-passed-output-location.js.map +0 -0
- package/dist/validate-ffmpeg-version.d.ts +0 -0
- package/dist/validate-ffmpeg-version.d.ts.map +0 -0
- package/dist/validate-ffmpeg-version.js +0 -0
- package/dist/validate-ffmpeg-version.js.map +0 -0
- package/dist/versions.d.ts +4 -0
- package/dist/versions.d.ts.map +1 -0
- package/dist/versions.js +107 -0
- package/dist/versions.js.map +1 -0
- package/dist/warn-about-ffmpeg-version.d.ts +0 -0
- package/dist/warn-about-ffmpeg-version.d.ts.map +0 -0
- package/dist/warn-about-ffmpeg-version.js +0 -0
- package/dist/warn-about-ffmpeg-version.js.map +0 -0
- package/package.json +35 -22
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
[32m@remotion/cli:build: [0mcache hit, replaying output [2m311643a331538fe8[0m
|
|
2
|
+
[32m@remotion/cli:build: [0m
|
|
3
|
+
[32m@remotion/cli:build: [0m> @remotion/cli@2.6.11 build /Users/jonathanburger/remotion/packages/cli
|
|
4
|
+
[32m@remotion/cli:build: [0m> tsc -d
|
|
5
|
+
[32m@remotion/cli:build: [0m
|
package/LICENSE.md
CHANGED
|
@@ -7,7 +7,7 @@ Depending on the type of your legal entity, you are granted permission to use Re
|
|
|
7
7
|
|
|
8
8
|
## Free license
|
|
9
9
|
|
|
10
|
-
Copyright ©
|
|
10
|
+
Copyright © 2022 [Jonny Burger](https://jonny.io)
|
|
11
11
|
|
|
12
12
|
### Eligibility
|
|
13
13
|
|
|
@@ -32,7 +32,7 @@ The software is provided "as is", without warranty of any kind, express or impli
|
|
|
32
32
|
|
|
33
33
|
### Support
|
|
34
34
|
|
|
35
|
-
Support is provided on a best-we-can-do basis via GitHub Issues.
|
|
35
|
+
Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
|
|
36
36
|
|
|
37
37
|
## Company license
|
|
38
38
|
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
declare type Options = {
|
|
3
|
+
width?: number;
|
|
4
|
+
height?: number;
|
|
5
|
+
};
|
|
6
|
+
export declare class AnsiDiff {
|
|
7
|
+
x: number;
|
|
8
|
+
y: number;
|
|
9
|
+
width: number;
|
|
10
|
+
height: number;
|
|
11
|
+
_buffer: string | null;
|
|
12
|
+
_out: Buffer[];
|
|
13
|
+
_lines: Line[];
|
|
14
|
+
constructor(opts?: Options);
|
|
15
|
+
resize: (opts: Options) => void;
|
|
16
|
+
toString(): string | null;
|
|
17
|
+
update(buffer: string | Buffer, opts?: {
|
|
18
|
+
moveTo?: [number, number];
|
|
19
|
+
}): Buffer;
|
|
20
|
+
_clearDown(y: number): void;
|
|
21
|
+
_newline(): void;
|
|
22
|
+
_write(line: Line): void;
|
|
23
|
+
_moveTo(x: number, y: number): void;
|
|
24
|
+
_push: (buf: Buffer) => void;
|
|
25
|
+
}
|
|
26
|
+
declare class Line {
|
|
27
|
+
y: number;
|
|
28
|
+
width: number;
|
|
29
|
+
parts: string[];
|
|
30
|
+
height: number;
|
|
31
|
+
remainder: number;
|
|
32
|
+
raw: string;
|
|
33
|
+
length: number;
|
|
34
|
+
newline: boolean;
|
|
35
|
+
constructor(str: string, y: number, nl: boolean, term: AnsiDiff);
|
|
36
|
+
diffLeft(other: Line): number;
|
|
37
|
+
diffRight(other: Line): number;
|
|
38
|
+
toBuffer(): Buffer;
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=ansi-diff.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-diff.d.ts","sourceRoot":"","sources":["../../src/ansi/ansi-diff.ts"],"names":[],"mappings":";AAKA,aAAK,OAAO,GAAG;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAA;CAAC,CAAC;AAEjD,qBAAa,QAAQ;IACpB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,MAAM,EAAE,IAAI,EAAE,CAAC;gBAEH,IAAI,CAAC,EAAE,OAAO;IAW1B,MAAM,SAAU,OAAO,UAkBrB;IAEF,QAAQ;IAIR,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,IAAI,CAAC,EAAE;QAAC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;KAAC;IAuElE,UAAU,CAAC,CAAC,EAAE,MAAM;IASpB,QAAQ;IAMR,MAAM,CAAC,IAAI,EAAE,IAAI;IAMjB,OAAO,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;IAa5B,KAAK,QAAS,MAAM,UAElB;CACF;AAeD,cAAM,IAAI;IACT,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;gBACL,GAAG,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,QAAQ;IAe/D,QAAQ,CAAC,KAAK,EAAE,IAAI;IASpB,SAAS,CAAC,KAAK,EAAE,IAAI;IAUrB,QAAQ;CAGR"}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AnsiDiff = void 0;
|
|
4
|
+
const ansi_split_1 = require("./ansi-split");
|
|
5
|
+
const CLEAR_LINE = Buffer.from([0x1b, 0x5b, 0x30, 0x4b]);
|
|
6
|
+
const NEWLINE = Buffer.from('\n');
|
|
7
|
+
class AnsiDiff {
|
|
8
|
+
constructor(opts) {
|
|
9
|
+
this.resize = (opts) => {
|
|
10
|
+
if (!opts)
|
|
11
|
+
opts = {};
|
|
12
|
+
if (opts.width)
|
|
13
|
+
this.width = opts.width;
|
|
14
|
+
if (opts.height)
|
|
15
|
+
this.height = opts.height;
|
|
16
|
+
if (this._buffer)
|
|
17
|
+
this.update(this._buffer);
|
|
18
|
+
const last = top(this._lines);
|
|
19
|
+
// eslint-disable-next-line no-negated-condition
|
|
20
|
+
if (!last) {
|
|
21
|
+
this.x = 0;
|
|
22
|
+
this.y = 0;
|
|
23
|
+
}
|
|
24
|
+
else {
|
|
25
|
+
this.x = last.remainder;
|
|
26
|
+
this.y = last.y + last.height;
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
this._push = (buf) => {
|
|
30
|
+
this._out.push(buf);
|
|
31
|
+
};
|
|
32
|
+
this.x = 0;
|
|
33
|
+
this.y = 0;
|
|
34
|
+
this.width = (opts === null || opts === void 0 ? void 0 : opts.width) || Infinity;
|
|
35
|
+
this.height = (opts === null || opts === void 0 ? void 0 : opts.height) || Infinity;
|
|
36
|
+
this._buffer = null;
|
|
37
|
+
this._out = [];
|
|
38
|
+
this._lines = [];
|
|
39
|
+
}
|
|
40
|
+
toString() {
|
|
41
|
+
return this._buffer;
|
|
42
|
+
}
|
|
43
|
+
update(buffer, opts) {
|
|
44
|
+
this._buffer = Buffer.isBuffer(buffer) ? buffer.toString() : buffer;
|
|
45
|
+
const other = this._buffer;
|
|
46
|
+
const oldLines = this._lines;
|
|
47
|
+
const lines = split(other, this);
|
|
48
|
+
this._lines = lines;
|
|
49
|
+
this._out = [];
|
|
50
|
+
const min = Math.min(lines.length, oldLines.length);
|
|
51
|
+
let i = 0;
|
|
52
|
+
let a;
|
|
53
|
+
let b;
|
|
54
|
+
let scrub = false;
|
|
55
|
+
for (; i < min; i++) {
|
|
56
|
+
a = lines[i];
|
|
57
|
+
b = oldLines[i];
|
|
58
|
+
if (same(a, b))
|
|
59
|
+
continue;
|
|
60
|
+
// if x === width there is an edgecase with inline diffing
|
|
61
|
+
// easiest solution is just not to do it then! :)
|
|
62
|
+
if (!scrub && this.x !== this.width && inlineDiff(a, b)) {
|
|
63
|
+
const left = a.diffLeft(b);
|
|
64
|
+
const right = a.diffRight(b);
|
|
65
|
+
const slice = a.raw.slice(left, right ? -right : a.length);
|
|
66
|
+
if (left + right > 4 && left + slice.length < this.width - 1) {
|
|
67
|
+
this._moveTo(left, a.y);
|
|
68
|
+
this._push(Buffer.from(slice));
|
|
69
|
+
this.x += slice.length;
|
|
70
|
+
continue;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
this._moveTo(0, a.y);
|
|
74
|
+
this._write(a);
|
|
75
|
+
if (a.y !== b.y || a.height !== b.height)
|
|
76
|
+
scrub = true;
|
|
77
|
+
if (b.length > a.length || scrub)
|
|
78
|
+
this._push(CLEAR_LINE);
|
|
79
|
+
if (a.newline)
|
|
80
|
+
this._newline();
|
|
81
|
+
}
|
|
82
|
+
for (; i < lines.length; i++) {
|
|
83
|
+
a = lines[i];
|
|
84
|
+
this._moveTo(0, a.y);
|
|
85
|
+
this._write(a);
|
|
86
|
+
if (scrub)
|
|
87
|
+
this._push(CLEAR_LINE);
|
|
88
|
+
if (a.newline)
|
|
89
|
+
this._newline();
|
|
90
|
+
}
|
|
91
|
+
const oldLast = top(oldLines);
|
|
92
|
+
const last = top(lines);
|
|
93
|
+
if (oldLast &&
|
|
94
|
+
(!last || last.y + last.height < oldLast.y + oldLast.height)) {
|
|
95
|
+
this._clearDown(oldLast.y + oldLast.height);
|
|
96
|
+
}
|
|
97
|
+
if (opts === null || opts === void 0 ? void 0 : opts.moveTo) {
|
|
98
|
+
this._moveTo(opts.moveTo[0], opts.moveTo[1]);
|
|
99
|
+
}
|
|
100
|
+
else if (last) {
|
|
101
|
+
this._moveTo(last.remainder, last.y + last.height);
|
|
102
|
+
}
|
|
103
|
+
return Buffer.concat(this._out);
|
|
104
|
+
}
|
|
105
|
+
_clearDown(y) {
|
|
106
|
+
let { x } = this;
|
|
107
|
+
for (let i = this.y; i <= y; i++) {
|
|
108
|
+
this._moveTo(x, i);
|
|
109
|
+
this._push(CLEAR_LINE);
|
|
110
|
+
x = 0;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
_newline() {
|
|
114
|
+
this._push(NEWLINE);
|
|
115
|
+
this.x = 0;
|
|
116
|
+
this.y++;
|
|
117
|
+
}
|
|
118
|
+
_write(line) {
|
|
119
|
+
this._out.push(line.toBuffer());
|
|
120
|
+
this.x = line.remainder;
|
|
121
|
+
this.y += line.height;
|
|
122
|
+
}
|
|
123
|
+
_moveTo(x, y) {
|
|
124
|
+
const dx = x - this.x;
|
|
125
|
+
const dy = y - this.y;
|
|
126
|
+
if (dx > 0)
|
|
127
|
+
this._push(moveRight(dx));
|
|
128
|
+
else if (dx < 0)
|
|
129
|
+
this._push(moveLeft(-dx));
|
|
130
|
+
if (dy > 0)
|
|
131
|
+
this._push(moveDown(dy));
|
|
132
|
+
else if (dy < 0)
|
|
133
|
+
this._push(moveUp(-dy));
|
|
134
|
+
this.x = x;
|
|
135
|
+
this.y = y;
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
exports.AnsiDiff = AnsiDiff;
|
|
139
|
+
function same(a, b) {
|
|
140
|
+
return (a.y === b.y &&
|
|
141
|
+
a.width === b.width &&
|
|
142
|
+
a.raw === b.raw &&
|
|
143
|
+
a.newline === b.newline);
|
|
144
|
+
}
|
|
145
|
+
function top(list) {
|
|
146
|
+
return list.length ? list[list.length - 1] : null;
|
|
147
|
+
}
|
|
148
|
+
class Line {
|
|
149
|
+
constructor(str, y, nl, term) {
|
|
150
|
+
this.y = y;
|
|
151
|
+
this.width = term.width;
|
|
152
|
+
this.parts = (0, ansi_split_1.splitAnsi)(str);
|
|
153
|
+
this.length = length(this.parts);
|
|
154
|
+
this.raw = str;
|
|
155
|
+
this.newline = nl;
|
|
156
|
+
this.height = Math.floor(this.length / term.width);
|
|
157
|
+
this.remainder = this.length - (this.height && this.height * term.width);
|
|
158
|
+
if (this.height && !this.remainder) {
|
|
159
|
+
this.height--;
|
|
160
|
+
this.remainder = this.width;
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
diffLeft(other) {
|
|
164
|
+
let left = 0;
|
|
165
|
+
for (; left < this.length; left++) {
|
|
166
|
+
if (this.raw[left] !== other.raw[left])
|
|
167
|
+
return left;
|
|
168
|
+
}
|
|
169
|
+
return left;
|
|
170
|
+
}
|
|
171
|
+
diffRight(other) {
|
|
172
|
+
let right = 0;
|
|
173
|
+
for (; right < this.length; right++) {
|
|
174
|
+
const r = this.length - right - 1;
|
|
175
|
+
if (this.raw[r] !== other.raw[r])
|
|
176
|
+
return right;
|
|
177
|
+
}
|
|
178
|
+
return right;
|
|
179
|
+
}
|
|
180
|
+
toBuffer() {
|
|
181
|
+
return Buffer.from(this.raw);
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
function inlineDiff(a, b) {
|
|
185
|
+
return (a.length === b.length &&
|
|
186
|
+
a.parts.length === 1 &&
|
|
187
|
+
b.parts.length === 1 &&
|
|
188
|
+
a.y === b.y &&
|
|
189
|
+
a.newline &&
|
|
190
|
+
b.newline &&
|
|
191
|
+
a.width === b.width);
|
|
192
|
+
}
|
|
193
|
+
function split(str, term) {
|
|
194
|
+
let y = 0;
|
|
195
|
+
const lines = str.split('\n');
|
|
196
|
+
const wrapped = [];
|
|
197
|
+
let line;
|
|
198
|
+
for (let i = 0; i < lines.length; i++) {
|
|
199
|
+
line = new Line(lines[i], y, i < lines.length - 1, term);
|
|
200
|
+
y += line.height + (line.newline ? 1 : 0);
|
|
201
|
+
wrapped.push(line);
|
|
202
|
+
}
|
|
203
|
+
return wrapped;
|
|
204
|
+
}
|
|
205
|
+
function moveUp(n) {
|
|
206
|
+
return Buffer.from('1b5b' + toHex(n) + '41', 'hex');
|
|
207
|
+
}
|
|
208
|
+
function moveDown(n) {
|
|
209
|
+
return Buffer.from('1b5b' + toHex(n) + '42', 'hex');
|
|
210
|
+
}
|
|
211
|
+
function moveRight(n) {
|
|
212
|
+
return Buffer.from('1b5b' + toHex(n) + '43', 'hex');
|
|
213
|
+
}
|
|
214
|
+
function moveLeft(n) {
|
|
215
|
+
return Buffer.from('1b5b' + toHex(n) + '44', 'hex');
|
|
216
|
+
}
|
|
217
|
+
function length(parts) {
|
|
218
|
+
let len = 0;
|
|
219
|
+
for (let i = 0; i < parts.length; i += 2) {
|
|
220
|
+
len += parts[i].length;
|
|
221
|
+
}
|
|
222
|
+
return len;
|
|
223
|
+
}
|
|
224
|
+
function toHex(n) {
|
|
225
|
+
return Buffer.from(String(n)).toString('hex');
|
|
226
|
+
}
|
|
227
|
+
//# sourceMappingURL=ansi-diff.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-diff.js","sourceRoot":"","sources":["../../src/ansi/ansi-diff.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-regex.d.ts","sourceRoot":"","sources":["../../src/ansi/ansi-regex.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,cAOrB,CAAC;AAEF,eAAO,MAAM,SAAS,QAAS,MAAM,WAMpC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.stripAnsi = exports.ansiRegex = void 0;
|
|
4
|
+
const ansiRegex = () => {
|
|
5
|
+
const pattern = [
|
|
6
|
+
'[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)',
|
|
7
|
+
'(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))',
|
|
8
|
+
].join('|');
|
|
9
|
+
return new RegExp(pattern, 'g');
|
|
10
|
+
};
|
|
11
|
+
exports.ansiRegex = ansiRegex;
|
|
12
|
+
const stripAnsi = (str) => {
|
|
13
|
+
if (typeof str !== 'string') {
|
|
14
|
+
throw new TypeError(`Expected a \`string\`, got \`${typeof str}\``);
|
|
15
|
+
}
|
|
16
|
+
return str.replace((0, exports.ansiRegex)(), '');
|
|
17
|
+
};
|
|
18
|
+
exports.stripAnsi = stripAnsi;
|
|
19
|
+
//# sourceMappingURL=ansi-regex.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-regex.js","sourceRoot":"","sources":["../../src/ansi/ansi-regex.ts"],"names":[],"mappings":";;;AAAO,MAAM,SAAS,GAAG,GAAG,EAAE;IAC7B,MAAM,OAAO,GAAG;QACf,8HAA8H;QAC9H,0DAA0D;KAC1D,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAEZ,OAAO,IAAI,MAAM,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;AACjC,CAAC,CAAC;AAPW,QAAA,SAAS,aAOpB;AAEK,MAAM,SAAS,GAAG,CAAC,GAAW,EAAE,EAAE;IACxC,IAAI,OAAO,GAAG,KAAK,QAAQ,EAAE;QAC5B,MAAM,IAAI,SAAS,CAAC,gCAAgC,OAAO,GAAG,IAAI,CAAC,CAAC;KACpE;IAED,OAAO,GAAG,CAAC,OAAO,CAAC,IAAA,iBAAS,GAAE,EAAE,EAAE,CAAC,CAAC;AACrC,CAAC,CAAC;AANW,QAAA,SAAS,aAMpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-split.d.ts","sourceRoot":"","sources":["../../src/ansi/ansi-split.ts"],"names":[],"mappings":"AAEA,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAwB/C"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.splitAnsi = void 0;
|
|
4
|
+
const ansi_regex_1 = require("./ansi-regex");
|
|
5
|
+
function splitAnsi(str) {
|
|
6
|
+
const parts = str.match((0, ansi_regex_1.ansiRegex)());
|
|
7
|
+
if (!parts)
|
|
8
|
+
return [str];
|
|
9
|
+
const result = [];
|
|
10
|
+
let offset = 0;
|
|
11
|
+
let ptr = 0;
|
|
12
|
+
for (let i = 0; i < parts.length; i++) {
|
|
13
|
+
offset = str.indexOf(parts[i], offset);
|
|
14
|
+
if (offset === -1)
|
|
15
|
+
throw new Error('Could not split string');
|
|
16
|
+
if (ptr !== offset)
|
|
17
|
+
result.push(str.slice(ptr, offset));
|
|
18
|
+
if (ptr === offset && result.length) {
|
|
19
|
+
result[result.length - 1] += parts[i];
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
if (offset === 0)
|
|
23
|
+
result.push('');
|
|
24
|
+
result.push(parts[i]);
|
|
25
|
+
}
|
|
26
|
+
ptr = offset + parts[i].length;
|
|
27
|
+
}
|
|
28
|
+
result.push(str.slice(ptr));
|
|
29
|
+
return result;
|
|
30
|
+
}
|
|
31
|
+
exports.splitAnsi = splitAnsi;
|
|
32
|
+
//# sourceMappingURL=ansi-split.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ansi-split.js","sourceRoot":"","sources":["../../src/ansi/ansi-split.ts"],"names":[],"mappings":";;;AAAA,6CAAuC;AAEvC,SAAgB,SAAS,CAAC,GAAW;IACpC,MAAM,KAAK,GAAG,GAAG,CAAC,KAAK,CAAC,IAAA,sBAAS,GAAE,CAAC,CAAC;IACrC,IAAI,CAAC,KAAK;QAAE,OAAO,CAAC,GAAG,CAAC,CAAC;IAEzB,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,IAAI,MAAM,GAAG,CAAC,CAAC;IACf,IAAI,GAAG,GAAG,CAAC,CAAC;IAEZ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QACtC,MAAM,GAAG,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;QACvC,IAAI,MAAM,KAAK,CAAC,CAAC;YAAE,MAAM,IAAI,KAAK,CAAC,wBAAwB,CAAC,CAAC;QAC7D,IAAI,GAAG,KAAK,MAAM;YAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,GAAG,KAAK,MAAM,IAAI,MAAM,CAAC,MAAM,EAAE;YACpC,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,KAAK,CAAC,CAAC,CAAC,CAAC;SACtC;aAAM;YACN,IAAI,MAAM,KAAK,CAAC;gBAAE,MAAM,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;YAClC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;SACtB;QAED,GAAG,GAAG,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;KAC/B;IAED,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,OAAO,MAAM,CAAC;AACf,CAAC;AAxBD,8BAwBC"}
|
package/dist/check-version.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/check-version.js
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compositions.d.ts","sourceRoot":"","sources":["../src/compositions.ts"],"names":[],"mappings":"AAuBA,eAAO,MAAM,uBAAuB,qBAqDnC,CAAC"}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.listCompositionsCommand = void 0;
|
|
7
|
+
const path_1 = __importDefault(require("path"));
|
|
8
|
+
const renderer_1 = require("@remotion/renderer");
|
|
9
|
+
const get_config_file_name_1 = require("./get-config-file-name");
|
|
10
|
+
const parse_command_line_1 = require("./parse-command-line");
|
|
11
|
+
const log_1 = require("./log");
|
|
12
|
+
const setup_cache_1 = require("./setup-cache");
|
|
13
|
+
const max = (arr) => {
|
|
14
|
+
if (arr.length === 0) {
|
|
15
|
+
throw new Error('Array of 0 length');
|
|
16
|
+
}
|
|
17
|
+
let biggest = arr[0];
|
|
18
|
+
for (let i = 0; i < arr.length; i++) {
|
|
19
|
+
const elem = arr[i];
|
|
20
|
+
if (elem > biggest) {
|
|
21
|
+
biggest = elem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
return biggest;
|
|
25
|
+
};
|
|
26
|
+
const listCompositionsCommand = async () => {
|
|
27
|
+
const file = parse_command_line_1.parsedCli._[1];
|
|
28
|
+
if (!file) {
|
|
29
|
+
log_1.Log.error('The compositions command requires you to specify a root file. For example');
|
|
30
|
+
log_1.Log.error(' npx remotion compositions src/index.tsx');
|
|
31
|
+
log_1.Log.error('See https://www.remotion.dev/docs/register-root for more information.');
|
|
32
|
+
process.exit(1);
|
|
33
|
+
}
|
|
34
|
+
const fullPath = path_1.default.join(process.cwd(), file);
|
|
35
|
+
(0, get_config_file_name_1.loadConfig)();
|
|
36
|
+
const bundled = await (0, setup_cache_1.bundleOnCli)(fullPath, ['bundling']);
|
|
37
|
+
const compositions = await (0, renderer_1.getCompositions)(bundled);
|
|
38
|
+
log_1.Log.info();
|
|
39
|
+
log_1.Log.info('The following compositions are available:');
|
|
40
|
+
log_1.Log.info();
|
|
41
|
+
const firstColumnLength = max(compositions.map(({ id }) => id.length)) + 4;
|
|
42
|
+
const secondColumnLength = 8;
|
|
43
|
+
const thirdColumnLength = 15;
|
|
44
|
+
log_1.Log.info(`${'Composition'.padEnd(firstColumnLength, ' ')}${'FPS'.padEnd(secondColumnLength)}${'Dimensions'.padEnd(thirdColumnLength, ' ')}Duration`);
|
|
45
|
+
log_1.Log.info(compositions
|
|
46
|
+
.map((comp) => {
|
|
47
|
+
const isStill = comp.durationInFrames === 1;
|
|
48
|
+
const dimensions = `${comp.width}x${comp.height}`;
|
|
49
|
+
const fps = isStill ? '' : comp.fps.toString();
|
|
50
|
+
const durationInSeconds = (comp.durationInFrames / comp.fps).toFixed(2);
|
|
51
|
+
const formattedDuration = isStill
|
|
52
|
+
? 'Still'
|
|
53
|
+
: `${comp.durationInFrames} (${durationInSeconds} sec)`;
|
|
54
|
+
return [
|
|
55
|
+
comp.id.padEnd(firstColumnLength, ' '),
|
|
56
|
+
fps.padEnd(secondColumnLength, ' '),
|
|
57
|
+
dimensions.padEnd(thirdColumnLength, ' '),
|
|
58
|
+
formattedDuration,
|
|
59
|
+
].join('');
|
|
60
|
+
})
|
|
61
|
+
.join('\n'));
|
|
62
|
+
};
|
|
63
|
+
exports.listCompositionsCommand = listCompositionsCommand;
|
|
64
|
+
//# sourceMappingURL=compositions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compositions.js","sourceRoot":"","sources":["../src/compositions.ts"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/delete-directory.js
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -85,9 +85,9 @@ const AudioWaveform = ({ src, fps, startFrom, durationInFrames, visualizationWid
|
|
|
85
85
|
if (!metadata) {
|
|
86
86
|
return null;
|
|
87
87
|
}
|
|
88
|
-
return ((0, jsx_runtime_1.jsxs)("div",
|
|
88
|
+
return ((0, jsx_runtime_1.jsxs)("div", { style: container, children: [normalized.map((w) => {
|
|
89
89
|
return (0, jsx_runtime_1.jsx)(AudioWaveformBar_1.AudioWaveformBar, { amplitude: w.amplitude }, w.index);
|
|
90
|
-
}), (0, jsx_runtime_1.jsx)("canvas", { ref: canvas, style: canvasStyle, width: visualizationWidth, height: timeline_layout_1.TIMELINE_LAYER_HEIGHT }, void 0)] }
|
|
90
|
+
}), (0, jsx_runtime_1.jsx)("canvas", { ref: canvas, style: canvasStyle, width: visualizationWidth, height: timeline_layout_1.TIMELINE_LAYER_HEIGHT }, void 0)] }, void 0));
|
|
91
91
|
};
|
|
92
92
|
exports.AudioWaveform = AudioWaveform;
|
|
93
93
|
//# sourceMappingURL=AudioWaveform.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AudioWaveform.js","sourceRoot":"","sources":["../../../src/editor/components/AudioWaveform.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"AudioWaveform.js","sourceRoot":"","sources":["../../../src/editor/components/AudioWaveform.tsx"],"names":[],"mappings":"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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Canvas.d.ts","sourceRoot":"","sources":["../../../src/editor/components/Canvas.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;AAUpC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"Canvas.d.ts","sourceRoot":"","sources":["../../../src/editor/components/Canvas.tsx"],"names":[],"mappings":"AACA,OAAO,KAAe,MAAM,OAAO,CAAC;AAUpC,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAa1B,CAAC"}
|
|
@@ -15,8 +15,9 @@ const Canvas = () => {
|
|
|
15
15
|
const ref = (0, react_1.useRef)(null);
|
|
16
16
|
const size = player_1.PlayerInternals.useElementSize(ref, {
|
|
17
17
|
triggerOnWindowResize: false,
|
|
18
|
+
shouldApplyCssTransforms: true,
|
|
18
19
|
});
|
|
19
|
-
return ((0, jsx_runtime_1.jsx)("div",
|
|
20
|
+
return ((0, jsx_runtime_1.jsx)("div", { ref: ref, style: container, children: size ? (0, jsx_runtime_1.jsx)(Preview_1.VideoPreview, { canvasSize: size }, void 0) : null }, void 0));
|
|
20
21
|
};
|
|
21
22
|
exports.Canvas = Canvas;
|
|
22
23
|
//# sourceMappingURL=Canvas.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Canvas.js","sourceRoot":"","sources":["../../../src/editor/components/Canvas.tsx"],"names":[],"mappings":";;;;AAAA,6CAAiD;AACjD,iCAAoC;AACpC,uCAAuC;AAEvC,MAAM,SAAS,GAAwB;IACtC,IAAI,EAAE,CAAC;IACP,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,UAAU;CACpB,CAAC;AAEK,MAAM,MAAM,GAAa,GAAG,EAAE;IACpC,MAAM,GAAG,GAAG,IAAA,cAAM,EAAiB,IAAI,CAAC,CAAC;IAEzC,MAAM,IAAI,GAAG,wBAAe,CAAC,cAAc,CAAC,GAAG,EAAE;QAChD,qBAAqB,EAAE,KAAK;
|
|
1
|
+
{"version":3,"file":"Canvas.js","sourceRoot":"","sources":["../../../src/editor/components/Canvas.tsx"],"names":[],"mappings":";;;;AAAA,6CAAiD;AACjD,iCAAoC;AACpC,uCAAuC;AAEvC,MAAM,SAAS,GAAwB;IACtC,IAAI,EAAE,CAAC;IACP,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE,QAAQ;IAClB,QAAQ,EAAE,UAAU;CACpB,CAAC;AAEK,MAAM,MAAM,GAAa,GAAG,EAAE;IACpC,MAAM,GAAG,GAAG,IAAA,cAAM,EAAiB,IAAI,CAAC,CAAC;IAEzC,MAAM,IAAI,GAAG,wBAAe,CAAC,cAAc,CAAC,GAAG,EAAE;QAChD,qBAAqB,EAAE,KAAK;QAC5B,wBAAwB,EAAE,IAAI;KAC9B,CAAC,CAAC;IAEH,OAAO,CACN,gCAAK,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,SAAS,YAC7B,IAAI,CAAC,CAAC,CAAC,uBAAC,sBAAY,IAAC,UAAU,EAAE,IAAI,WAAI,CAAC,CAAC,CAAC,IAAI,WAC5C,CACN,CAAC;AACH,CAAC,CAAC;AAbW,QAAA,MAAM,UAajB"}
|
|
File without changes
|
|
File without changes
|
|
@@ -13,7 +13,7 @@ const CheckboardToggle = () => {
|
|
|
13
13
|
return !c;
|
|
14
14
|
});
|
|
15
15
|
}, [setCheckerboard]);
|
|
16
|
-
return ((0, jsx_runtime_1.jsx)(ControlButton_1.ControlButton,
|
|
16
|
+
return ((0, jsx_runtime_1.jsx)(ControlButton_1.ControlButton, { title: accessibilityLabel, "aria-label": accessibilityLabel, onClick: onClick, children: (0, jsx_runtime_1.jsx)("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "fas", "data-icon": "game-board-alt", className: "svg-inline--fa fa-game-board-alt fa-w-16", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 512 512", style: { width: 16, height: 16 }, children: (0, jsx_runtime_1.jsx)("path", { fill: checkerboard ? 'var(--blue)' : 'white', d: "M480 0H32A32 32 0 0 0 0 32v448a32 32 0 0 0 32 32h448a32 32 0 0 0 32-32V32a32 32 0 0 0-32-32zm-32 256H256v192H64V256h192V64h192z" }, void 0) }, void 0) }, void 0));
|
|
17
17
|
};
|
|
18
18
|
exports.CheckboardToggle = CheckboardToggle;
|
|
19
19
|
//# sourceMappingURL=CheckboardToggle.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboardToggle.js","sourceRoot":"","sources":["../../../src/editor/components/CheckboardToggle.tsx"],"names":[],"mappings":";;;;AAAA,iCAAqD;AACrD,wDAA0D;AAC1D,mDAA8C;AAE9C,MAAM,kBAAkB,GAAG,uCAAuC,CAAC;AAE5D,MAAM,gBAAgB,GAAa,GAAG,EAAE;IAC9C,MAAM,EAAC,YAAY,EAAE,eAAe,EAAC,GAAG,IAAA,kBAAU,EAAC,kCAAmB,CAAC,CAAC;IAExE,MAAM,OAAO,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE;QAChC,eAAe,CAAC,CAAC,CAAC,EAAE,EAAE;YACrB,OAAO,CAAC,CAAC,CAAC;QACX,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,OAAO,CACN,uBAAC,6BAAa,
|
|
1
|
+
{"version":3,"file":"CheckboardToggle.js","sourceRoot":"","sources":["../../../src/editor/components/CheckboardToggle.tsx"],"names":[],"mappings":";;;;AAAA,iCAAqD;AACrD,wDAA0D;AAC1D,mDAA8C;AAE9C,MAAM,kBAAkB,GAAG,uCAAuC,CAAC;AAE5D,MAAM,gBAAgB,GAAa,GAAG,EAAE;IAC9C,MAAM,EAAC,YAAY,EAAE,eAAe,EAAC,GAAG,IAAA,kBAAU,EAAC,kCAAmB,CAAC,CAAC;IAExE,MAAM,OAAO,GAAG,IAAA,mBAAW,EAAC,GAAG,EAAE;QAChC,eAAe,CAAC,CAAC,CAAC,EAAE,EAAE;YACrB,OAAO,CAAC,CAAC,CAAC;QACX,CAAC,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,OAAO,CACN,uBAAC,6BAAa,IACb,KAAK,EAAE,kBAAkB,gBACb,kBAAkB,EAC9B,OAAO,EAAE,OAAO,YAEhB,+CACa,MAAM,EAClB,SAAS,EAAC,OAAO,iBACL,KAAK,eACP,gBAAgB,EAC1B,SAAS,EAAC,0CAA0C,EACpD,IAAI,EAAC,KAAK,EACV,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAC,YAE9B,iCACC,IAAI,EAAE,YAAY,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,OAAO,EAC5C,CAAC,EAAC,iIAAiI,WAClI,WACG,WACS,CAChB,CAAC;AACH,CAAC,CAAC;AAjCW,QAAA,gBAAgB,oBAiC3B"}
|
|
File without changes
|
|
File without changes
|
|
@@ -3,11 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ClipboardIcon = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const ClipboardIcon = () => {
|
|
6
|
-
return ((0, jsx_runtime_1.jsx)("svg",
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)("svg", { "aria-hidden": "true", focusable: "false", "data-prefix": "far", "data-icon": "clipboard", className: "svg-inline--fa fa-clipboard fa-w-12", role: "img", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 384 512", style: {
|
|
7
7
|
height: 16,
|
|
8
8
|
verticalAlign: 'middle',
|
|
9
9
|
marginTop: -3,
|
|
10
|
-
}
|
|
10
|
+
}, children: (0, jsx_runtime_1.jsx)("path", { fill: "currentColor", d: "M336 64h-80c0-35.3-28.7-64-64-64s-64 28.7-64 64H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM192 40c13.3 0 24 10.7 24 24s-10.7 24-24 24-24-10.7-24-24 10.7-24 24-24zm144 418c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V118c0-3.3 2.7-6 6-6h42v36c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-36h42c3.3 0 6 2.7 6 6z" }, void 0) }, void 0));
|
|
11
11
|
};
|
|
12
12
|
exports.ClipboardIcon = ClipboardIcon;
|
|
13
13
|
//# sourceMappingURL=ClipboardIcon.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClipboardIcon.js","sourceRoot":"","sources":["../../../src/editor/components/ClipboardIcon.tsx"],"names":[],"mappings":";;;;AAEO,MAAM,aAAa,GAAa,GAAG,EAAE;IAC3C,OAAO,CACN,
|
|
1
|
+
{"version":3,"file":"ClipboardIcon.js","sourceRoot":"","sources":["../../../src/editor/components/ClipboardIcon.tsx"],"names":[],"mappings":";;;;AAEO,MAAM,aAAa,GAAa,GAAG,EAAE;IAC3C,OAAO,CACN,+CACa,MAAM,EAClB,SAAS,EAAC,OAAO,iBACL,KAAK,eACP,WAAW,EACrB,SAAS,EAAC,qCAAqC,EAC/C,IAAI,EAAC,KAAK,EACV,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE;YACN,MAAM,EAAE,EAAE;YACV,aAAa,EAAE,QAAQ;YACvB,SAAS,EAAE,CAAC,CAAC;SACb,YAED,iCACC,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qWAAqW,WACtW,WACG,CACN,CAAC;AACH,CAAC,CAAC;AAvBW,QAAA,aAAa,iBAuBxB"}
|