Files
novarix.uk/node_modules/lottie-web/docs/json/helpers/composite.json
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

16 lines
228 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "Above",
"const": 1
},
{
"standsFor": "Below",
"const": 2
}
],
"default": 1
}