Skip to content

Commit

Permalink
Merge pull request #213 from Yukiniro/g6z9cwcg
Browse files Browse the repository at this point in the history
fix: fix incorrect useage of resources
  • Loading branch information
hughfenghen authored Jul 26, 2024
2 parents 057906d + aad03b7 commit 0f1ed72
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 @@ -233,7 +233,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 0f1ed72

Please sign in to comment.