Files
Tiber365/node_modules/lottie-web/docs/json/helpers/lineJoin.json
2025-05-16 00:17:42 +02:00

20 lines
305 B
JSON

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