diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-01 11:00:17 -0700 |
|---|---|---|
| committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-01 11:00:17 -0700 |
| commit | d7495c101d5aea78dfac8116e8535c0a0df3b6d1 (patch) | |
| tree | 7c94f6756acdb45196f4786edae1e3ebe7acac43 /src/project.ts | |
| download | fslc-compiling-the-lambda-calculus-d7495c101d5aea78dfac8116e8535c0a0df3b6d1.tar.gz fslc-compiling-the-lambda-calculus-d7495c101d5aea78dfac8116e8535c0a0df3b6d1.zip | |
initial commit
Diffstat (limited to 'src/project.ts')
| -rw-r--r-- | src/project.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/project.ts b/src/project.ts new file mode 100644 index 0000000..ecfbbeb --- /dev/null +++ b/src/project.ts @@ -0,0 +1,7 @@ +import {makeProject} from '@motion-canvas/core'; + +import example from './scenes/example?scene'; + +export default makeProject({ + scenes: [example], +}); |
