non important commit

This commit is contained in:
maxstrb 2026-02-19 10:19:10 +01:00
parent 6d517609de
commit e01a84c36f
12 changed files with 101 additions and 11 deletions

View file

@ -0,0 +1,7 @@
import {makeProject} from '@motion-canvas/core';
import example from './scenes/example?scene';
export default makeProject({
scenes: [example],
});