Skip to content

A Remotion starter template with React Native Skia included

Notifications You must be signed in to change notification settings

remotion-dev/template-skia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remotion video

Animated Remotion Logo

Welcome to your Remotion project!

Commands

Install Dependencies

npm install

Start Preview

npm run dev

Render video

npx remotion render

Upgrade Remotion

npx remotion upgrade

Using server-side rendering

This template uses a custom Webpack override. If you are using server-side rendering, you need to import enableSkia from @remotion/skia/enable and pass it to bundle() (if using SSR) and deploySite() (if using Lambda):

bundle(entry, () => undefined, {
  webpackOverride: (config) => enableSkia(config),
});
// or
deploySite({
  webpackOverride: (config) => enableSkia(config),
});

Docs

Get started with Remotion by reading the fundamentals page.

Help

We provide help on our Discord server.

Issues

Found an issue with Remotion? File an issue here.

License

Note that for some entities a company license is needed. Read the terms here.

About

A Remotion starter template with React Native Skia included

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published