mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-15 10:05:09 +01:00
Update PictureSign wiki
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,3 +25,4 @@ yarn-error.log*
|
||||
|
||||
# package lock
|
||||
#package-lock.json
|
||||
.astro/settings.json
|
||||
|
||||
@@ -61,9 +61,9 @@ An example JSON would look like this:
|
||||
```json
|
||||
{
|
||||
"url": "https://youtu.be/dQw4w9WgXcQ",
|
||||
"volume": "100",
|
||||
"start_at": "0:18",
|
||||
"end_at": "1:00"
|
||||
"volume": "200", // 100 is the default, higher values increase the range, lower values decrease volume
|
||||
"start_at": "0:0:18:000", // Format – Hours:Minutes:Seconds:Milliseconds
|
||||
"end_at": "0:1:00:000"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user