mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
9cc6c75633
* Add new Effects * add schema file for gif based effects * add background color to snake effect * add background color to snake effect * Update schema file for snake effect * Add function getImage * add function getImage * optimize lights.gif * Add format to GIF schema
11 lines
118 B
JSON
11 lines
118 B
JSON
{
|
|
"name" : "Fire",
|
|
"script" : "gif.py",
|
|
"args" :
|
|
{
|
|
"image" : ":fire.gif",
|
|
"fps" :25,
|
|
"reverse" : false
|
|
}
|
|
}
|