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

20 lines
286 B
JSON

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