We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafe326 commit a41b555Copy full SHA for a41b555
README.md
@@ -56,7 +56,7 @@ JSON2Video makes video creation easy as a piece of cake:
56
let scene = new Scene;
57
58
// Set the scene background color
59
- scene.set("background_color", "#4392F1");
+ scene.set("background-color", "#4392F1");
60
61
// Add a text element printing "Hello world" in a fancy way (basic/006)
62
// The element is 10 seconds long and starts 2 seconds from the scene start
0 commit comments