Skip to content

Commit

Permalink
fix: fix incorrect useage of resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukiniro committed Jul 25, 2024
1 parent 9370727 commit aad03b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/av-canvas/demo/video-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function App() {
className="mx-[10px]"
onClick={async () => {
const spr = new VisibleSprite(
new MP4Clip((await fetch('./video/pri-cut-11.mp4')).body!),
new MP4Clip((await fetch('./video/bunny_0.mp4')).body!),
);
await avCvs?.addSprite(spr);
addSprite2Track('1-video', spr, '视频');
Expand Down

0 comments on commit aad03b7

Please sign in to comment.