Skip to content

Commit

Permalink
Add minimal blank.js that renders to nothing for one minute.
Browse files Browse the repository at this point in the history
Useful for benchmarking.
  • Loading branch information
rayburgemeestre committed Dec 20, 2024
1 parent 6030cd2 commit 48b7ae2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions input/blank.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
script = {
'gradients': {},
'objects': {},
'video': {
'fps': 25,
'width': 1920,
'height': 1080,
},
'scenes': [
{'name': 'scene1', 'duration': 60.0, 'objects': []},
]
}

0 comments on commit 48b7ae2

Please sign in to comment.