first commit
This commit is contained in:
14
node_modules/lottie-web/docs/json/helpers/boolean.json
generated
vendored
Normal file
14
node_modules/lottie-web/docs/json/helpers/boolean.json
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"type": "number",
|
||||
"oneOf": [
|
||||
{
|
||||
"standsFor": false,
|
||||
"const": 0
|
||||
},
|
||||
{
|
||||
"standsFor": true,
|
||||
"const": 1
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user