Skip to content

Commit

Permalink
coin composition components
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgsolomon committed Nov 22, 2024
1 parent 75c8980 commit 7b50cef
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 463 deletions.
4 changes: 2 additions & 2 deletions generate/src/CoinChart.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Composition, staticFile } from 'remotion';
import { AudiogramComposition, AudioGramSchema } from './Composition';
import './style.css';
import {
initialAgentName,
Expand All @@ -9,6 +8,7 @@ import {
} from './tmp/context';
import { getAudioDuration } from '@remotion/media-utils';
import { CoinChartComposition } from './composition-coin-chart';
import { z } from 'zod';

const PROCESS_ID = 0;

Expand All @@ -20,7 +20,7 @@ export default function CoinChart() {
fps={fps}
width={1080}
height={1920}
schema={AudioGramSchema}
schema={z.object({})}
defaultProps={{
// Audio settings
audioOffsetInSeconds: 0,
Expand Down
373 changes: 0 additions & 373 deletions generate/src/Composition.tsx

This file was deleted.

Loading

0 comments on commit 7b50cef

Please sign in to comment.