R
Remotion Dev 스킬
add-expert
remotion-dev
Remotion 전문가 페이지에 새 전문가를 추가합니다
official
add-sfx
remotion-dev
@remotion/sfx에 새로운 음향 효과 추가
official
docs-demo
remotion-dev
Remotion 문서에 인터랙티브 데모를 추가합니다. 문서 페이지에 새로운 <Demo> 컴포넌트를 생성할 때 사용하세요.
official
fix-dependabot
remotion-dev
Dependabot PR을 수정하여 해당 의존성의 모든 모노레포 인스턴스를 업데이트하고, bun install을 실행한 후 푸시합니다.
official
make-pr
remotion-dev
자동으로 풀 리퀘스트를 생성하며, 포맷된 커밋과 브랜치 관리를 지원합니다. 메인 브랜치에 있지 않은지 확인하고, 필요 시 기능 브랜치를 생성합니다. 영향을 받는 모든 패키지에서 Oxfmt 코드 포맷팅을 실행한 후 커밋합니다. package.json의 패키지 이름을 사용해 커밋 및 PR 제목을 포맷팅합니다(예: "@remotion/shapes : Add heart shape"). 변경 사항을 푸시한 후 gh CLI를 사용해 자동으로 풀 리퀘스트를 엽니다.
official
pr-name
remotion-dev
PR에 대한 올바른 명명
official
remotion-best-practices
remotion-dev
Remotion - React에서 비디오 생성을 위한 모범 사례
official
remotion-best-practices
remotion-dev
Remotion - React에서 비디오 생성을 위한 모범 사례
official
remotion-best-practices
remotion-dev
Remotion과 React로 비디오를 제작하기 위한 도메인 특화 지식 베이스입니다. 애니메이션, 오디오, 에셋, 3D 콘텐츠, 차트, 텍스트, 전환 및 컴포지션 관리를 아우르는 30개 이상의 규칙 파일을 포함합니다. 자막, FFmpeg 작업, 오디오 시각화 및 사운드 효과 통합을 위한 특화된 가이드를 제공합니다. 동적 메타데이터 계산, 미디어 검사(길이, 크기
official
video-report
remotion-dev
비디오에 대한 보고서 생성
official
web-renderer-test
remotion-dev
We need to translate the given text from English to Korean. The text describes a process for visual snapshot testing of web renderer components using vitest fixtures. We must preserve the name "web-renderer-test" if it appears, but it doesn't appear in the text. The text includes technical terms like "vitest fixtures", "React component", "renderStillOnWeb()", "testImage()", "bunx vitest", etc. We should keep those as is. Also preserve file paths like "packages/web-renderer/src/test/fixtures" and "packages/web-renderer/src/test/Root.tsx". The instruction says to translate only the text inside <text>, and not to add any labels or extra commentary. So we just output the Korean translation. Let's translate: "Visual snapshot testing for web renderer components using vitest fixtures." -> "vitest 픽스처를 사용한 웹 렌더러 컴포넌트의 시각적 스냅샷 테스트." "Create test fixtures in
official
writing-docs
remotion-dev
Remotion API 문서 작성을 위한 가이드라인과 템플릿 (MDX 형식). 각 API당 하나의 .mdx 파일을 packages/docs/docs 에 생성하고, sidebars.ts 에 추가한 후, bun render-cards.ts 를 실행하여 소셜 프리뷰 카드를 생성하세요. API 속성에는 ### 제목을 사용하고(글머리 기호 대신), 선택적 매개변수에는 ? 접미사를 추가하며, 기본값은 설명에 자연스럽게 포함하세요. twoslash 검증을 통한 타입 안전 코드 스니펫을 사용하고, 임포트를 숨기려면 // ---cut--- 을 사용하며, 항상 title 속성을 추가하세요...
official