non important commit
This commit is contained in:
parent
6d517609de
commit
e01a84c36f
12 changed files with 101 additions and 11 deletions
|
|
@ -0,0 +1,10 @@
|
|||
import {defineConfig} from 'vite';
|
||||
import motionCanvas from '@motion-canvas/vite-plugin';
|
||||
import ffmpeg from '@motion-canvas/ffmpeg';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
motionCanvas(),
|
||||
ffmpeg(),
|
||||
],
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue