A comprehensive video editing toolkit built with modern web technologies.
This project follows a comprehensive style guide for naming conventions and code style across all packages. Please refer to STYLE_GUIDE.md for detailed standards.
Twick is a monorepo containing multiple packages for video editing functionality:
This repository contains a collection of packages for video and image manipulation, built with modern web technologies.
- @twick/media-utils: Core utilities for media handling and manipulation
- @twick/canvas: React-based canvas library for video and image editing
- @twick/visualizer: Video visualization and animation toolkit
- @twick/live-player: React component for video playback and control
- twick/video-editor: React based video editor
- @twick/examples: Example implementations and usage demonstrations
- Clone the repository:
git clone https://github.com/ncounterspecialist/twick.git
cd twick
- Install dependencies:
pnpm install
- Build all packages:
pnpm build
Each package can be developed independently:
# Build a specific package
pnpm build:media-utils
pnpm preview
Open http://localhost:4173/demo in browser
See Twick Demo guide for detailed instructions.
Here's a glimpse of building a video using the SDK:
https://youtu.be/xuocqJqc9m8?si=h0wobDZlr9aj9XxW
- Install Dependencies
npm install --save @twick/canvas @twick/live-player @twick/timeline @twick/video-editor
- Add VideoEditor component with LivePlayer and Timeline Context as shown
<LivePlayerProvider>
<TimelineProvider
initialData={{
timeline: [],
version: 0,
}}
>
<VideoEditor
leftPanel={null}
rightPanel={null}
editorConfig={{
videoProps: {
width: 720, // Desired width
height: 1280, // Desired height
},
}}
/>
</TimelineProvider>
</LivePlayerProvider>
Join our Discord community to:
- Chat with other developers
- Discuss issues and feature requests
- Get help and share your experiences
- Stay updated with the latest developments
This project is licensed under the Apache 2.0 License with additional terms.
- ✅ Free for use in commercial and non-commercial apps
- ✅ Can be modified and self-hosted
- ❌ Cannot be sold, rebranded, or distributed as a standalone SDK or developer tool
👉 For resale, or SaaS redistribution please contact us.