easy-peasy-ease
Stitch and apply ease curves to short videos.
File Explorer
Download Latest Version (.zip)- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- text-pressure.tsx
- blur-fade.tsx
- button.tsx
- dialog.tsx
- easing-curve-picker.tsx
- field-label.tsx
- label.tsx
- light-rays.tsx
- radio-group.tsx
- range-slider.tsx
- scrubbable-number-field.tsx
- segmented-control.tsx
- tabs.tsx
- waveform.tsx
- AudioUploadBox.tsx
- AudioWaveformVisualization.tsx
- BeatSyncControl.tsx
- CubicBezierEditor.tsx
- FinalVideoEditor.tsx
- SplitTrack.tsx
- VideoPlaybackControls.tsx
- VideoSplitEditor.tsx
- VideoTimeline.tsx
- mediabunny.md
- split-video-feature.md
- make-fixtures.sh
- README.md
- run-e2e.mjs
- useApplySpeedCurve.ts
- useAudioMixing.ts
- useAudioVisualization.ts
- useFinalizeVideo.ts
- useRemuxAudio.ts
- useStitchVideos.ts
- useVideoPlayback.ts
- audio-prep.test.ts
- beat-detection.test.ts
- beat-sync.test.ts
- chunking.test.ts
- easing-functions.test.ts
- encode-planner.test.ts
- speed-curve.test.ts
- timeline-utils.test.ts
- video-preview.test.ts
- abort-utils.ts
- audio-codec.ts
- audio-prep.ts
- beat-detection.ts
- beat-sync.ts
- chunking.ts
- easing-functions.ts
- easing-presets.ts
- encode-planner.ts
- speed-curve-config.ts
- speed-curve.ts
- timeline-utils.ts
- types.ts
- utils.ts
- video-encoding.ts
- video-preview.ts
- 001-compositor-playheads.md
- 002-immediate-timeline-zoom.md
- 003-scope-landing-light-rays.md
- 004-coherent-reduced-motion.md
- 005-physical-checkbox-mark.md
- 006-compositor-curve-handles.md
- 007-linear-compositor-progress.md
- 008-responsive-blur-fade-exits.md
- 009-contextual-segmented-control-motion.md
- 010-gate-hover-motion.md
- 011-consolidate-motion-tokens.md
- README.md
- eze.svg
- file.svg
- og-eze.jpg
- window.svg
- .gitignore
- .mcp.json
- AGENTS.md
- components.json
- eslint.config.mjs
- LICENSE
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- vitest.config.ts
- vitest.setup.ts
# Installation Guide
1. Get the code
git clone https://github.com/shrimbly/easy-peasy-ease
Downloads the entire project code from GitHub to your computer.
cd easy-peasy-ease
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run dev # Start development server (localhost:3000)
Starts the development/run server.
npm run build # Build for production
Builds optimized production files.
npm run lint # Run ESLint
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
