Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
justusmattern27 committed Oct 22, 2024
1 parent 84e4290 commit 756fd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ below.
import {Audio, Img, Video, makeScene2D} from '@revideo/2d';
import {all, chain, createRef, waitFor} from '@revideo/core';

export default makeScene2D("scene", function* (view) {
export default makeScene2D('scene', function* (view) {
const logoRef = createRef<Img>();

yield view.add(
Expand Down

0 comments on commit 756fd24

Please sign in to comment.