Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Apr 12, 2023
1 parent acf4635 commit 45f625c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sample/videoUploadingWebCodecs/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const init: SampleInit = async ({ canvas, pageState }) => {
}
};

const VideoUploading: () => JSX.Element = () =>
const VideoUploadingWebCodecs: () => JSX.Element = () =>
makeSample({
name: 'Video Uploading with WebCodecs',
description: 'This example shows how to upload VideoFrame to WebGPU.',
Expand All @@ -166,4 +166,4 @@ const VideoUploading: () => JSX.Element = () =>
filename: __filename,
});

export default VideoUploading;
export default VideoUploadingWebCodecs;

0 comments on commit 45f625c

Please sign in to comment.