title |
---|
CLI Tools |
$ vuemotion start
If you use vuemotion cli to initialize your animation project, you can also use package manager to launch it:
$ pnpm start
$ npm run start
Set the entry vue file.
default: src/App.vue
We use Puppeteer
to generate a unreal browser and before this we use Vite
to compile those codes you write. And then we make some screenshots in the unreal browser. Lastly, we use FFmpeg to generate the video from those frame images, so before you use the export function, please install ffmpeg in advance.
The basic usage is:
$ vuemotion export <duration>
Set the FPS (Frame per Second).
default: 60
Set the entry vue file.
default: src/App.vue