vite-plugin

Installation
SKILL.md

Vite Plugin

The @editframe/vite-plugin adds local development capabilities to your Vite project. It handles on-demand video transcoding, local asset serving, and visual regression testing so you can develop Editframe compositions without cloud API dependencies.

Features

  • JIT Video Transcoding — Videos are transcoded to streamable format on first request and cached for subsequent loads
  • Local Asset Serving — Images and captions are served locally with caching
  • Visual Testing — Image comparison tools for visual regression tests with Vitest
  • Cache Management — Automatic caching of transcoded assets with cache-clearing support

Installation

npm install @editframe/vite-plugin

Configuration

Installs
71
GitHub Stars
14
First Seen
May 16, 2026
vite-plugin — editframe/skills