1.0.43 • Published 6 months ago

@overlap.ai/clip-creator v1.0.43

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Overlap Clip Creator

A React component for creating and managing video clips using Overlap's AI technology.

Installation

npm install @overlap.ai/clip-creator

Usage

The ClipCreator component comes with all necessary styles bundled - no additional CSS configuration required.

import { ClipCreator } from '@overlap.ai/clip-creator';

function App() {
  return (
    <div className="container mx-auto p-4">
      <ClipCreator
        primaryColor="#007AFF"  // Your brand color
        companyId="your-company-id"  // From Overlap dashboard
        apiKey="your-api-key"  // From Overlap dashboard
        workflowId="your-workflow-id"  // From Overlap dashboard
        nodeId="your-node-id"  // From Overlap dashboard
      />
    </div>
  );
}

Props

PropTypeRequiredDescription
primaryColorstringNoThe primary color used for buttons and accents. Defaults to "#007AFF"
companyIdstringYesYour Overlap company ID
apiKeystringYesYour Overlap API key
workflowIdstringYesThe ID of the workflow to trigger
nodeIdstringYesThe ID of the node in the workflow

Features

  • Upload videos or use YouTube URLs
  • AI-powered video reframing (16:9 or 9:16)
  • Multiple subtitle styles
  • Real-time progress tracking
  • View and manage previous clips
  • Responsive design

Example with Custom Styling

import { ClipCreator } from '@overlap.ai/clip-creator';

function VideoEditor() {
  return (
    <div className="min-h-screen bg-gray-50 py-8">
      <div className="max-w-7xl mx-auto px-4">
        <h1 className="text-2xl font-bold mb-6">Video Editor</h1>
        
        <div className="bg-white rounded-xl overflow-hidden h-[800px]">
          <ClipCreator
            primaryColor="#0066FF"
            companyId="your-company-id"
            apiKey="your-api-key"
            workflowId="your-workflow-id"
            nodeId="your-node-id"
          />
        </div>
      </div>
    </div>
  );
}

Requirements

  • React 18 or higher

Browser Support

  • Chrome (latest)
  • Firefox (latest)
  • Safari (latest)
  • Edge (latest)

Notes

  • Maximum file size is 10GB
  • Supported video formats: MP4, WebM, OGG, AVI, MOV

Getting Help

For issues and feature requests, please contact Overlap support or visit our documentation at https://overlap.ai.

1.0.43

6 months ago

1.0.42

7 months ago

1.0.41

7 months ago

1.0.40

7 months ago

1.0.39

7 months ago

1.0.38

7 months ago

1.0.37

7 months ago

1.0.36

7 months ago

1.0.35

7 months ago

1.0.34

7 months ago

1.0.33

7 months ago

1.0.32

7 months ago

1.0.31

7 months ago

1.0.30

7 months ago

1.0.29

7 months ago

1.0.28

7 months ago

1.0.27

7 months ago

1.0.26

7 months ago

1.0.25

7 months ago

1.0.24

7 months ago

1.0.23

7 months ago

1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

9 months ago

1.0.16

9 months ago

1.0.15

9 months ago

1.0.14

9 months ago

1.0.12

9 months ago

1.0.11

9 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago