first commit
This commit is contained in:
19
node_modules/lottie-web/docs/json/helpers/lineJoin.json
generated
vendored
Normal file
19
node_modules/lottie-web/docs/json/helpers/lineJoin.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$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
|
||||
}
|
Reference in New Issue
Block a user