Skip to content

Commit

Permalink
cleanup assets
Browse files Browse the repository at this point in the history
  • Loading branch information
BrtqKr committed Feb 27, 2025
1 parent ba1f617 commit 9429d99
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file added src/assets/game.mp4
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { InputStream, Rescaler, View } from "@swmansion/smelter";
import type Smelter from "@swmansion/smelter-web-wasm";
import { type Ref, forwardRef, useCallback } from "react";
import CommercialMp4 from "../../../../../public/game.mp4";
import { COLORS } from "../../../../../styles/colors";
import CommercialMp4 from "../../../../assets/game.mp4";
import SmelterCanvas from "../SmelterCanvas";

export const INPUT_SIZE = { width: 320, height: 180 };
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import SmelterSection from "../../components/demos/obs/SmelterSection";
import SmelterSection from "../../components/demos/compose-video/SmelterSection";
import DemosLayout from "../../layouts/DemosLayout.astro";
---

Expand Down

0 comments on commit 9429d99

Please sign in to comment.