first commit

This commit is contained in:
becarta
2025-05-16 00:17:42 +02:00
parent ea5c866137
commit bacf566ec9
6020 changed files with 1715262 additions and 0 deletions

40
node_modules/lottie-web/docs/json/effects/angle.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 1
},
"v": {
"title": "Value",
"description": "Effect value.",
"oneOf": [
{
"$ref": "#/properties/value"
},
{
"$ref": "#/properties/valueKeyframed"
}
],
"type": "object"
}
}
}

View File

@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 7
},
"v": {
"title": "Value",
"description": "Effect value.",
"oneOf": [
{
"$ref": "#/properties/value"
},
{
"$ref": "#/properties/valueKeyframed"
}
],
"type": "object"
}
}
}

40
node_modules/lottie-web/docs/json/effects/color.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 2
},
"v": {
"title": "Value",
"description": "Effect value.",
"oneOf": [
{
"$ref": "#/properties/multiDimensional"
},
{
"$ref": "#/properties/multiDimensionalKeyframed"
}
],
"type": "object"
}
}
}

View File

@@ -0,0 +1,4 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object"
}

View File

@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 7
},
"v": {
"title": "Value",
"description": "Effect value.",
"oneOf": [
{
"$ref": "#/properties/value"
},
{
"$ref": "#/properties/valueKeyframed"
}
],
"type": "object"
}
}
}

55
node_modules/lottie-web/docs/json/effects/fill.json generated vendored Normal file
View File

@@ -0,0 +1,55 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 21
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"items": [
{
"$ref": "#/effects/point"
},
{
"$ref": "#/effects/dropDown"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/dropDown"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
}
],
"type": "array"
}
}
}

41
node_modules/lottie-web/docs/json/effects/group.json generated vendored Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 5
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"items": {
"$ref": "#/effects/index",
"type": "object"
},
"type": "array"
},
"en": {
"description": "Enabled AE property value",
"extended_name": "Enabled",
"type": "number"
}
}
}

51
node_modules/lottie-web/docs/json/effects/index.json generated vendored Normal file
View File

@@ -0,0 +1,51 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/angle"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/point"
},
{
"$ref": "#/effects/checkBox"
},
{
"$ref": "#/effects/group"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/dropDown"
},
{
"$ref": "#/effects/customValue"
},
{
"$ref": "#/effects/layer"
},
{
"$ref": "#/effects/tint"
},
{
"$ref": "#/effects/fill"
},
{
"$ref": "#/effects/stroke"
},
{
"$ref": "#/effects/tritone"
},
{
"$ref": "#/effects/proLevels"
}
]
}

33
node_modules/lottie-web/docs/json/effects/layer.json generated vendored Normal file
View File

@@ -0,0 +1,33 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions. NOT USED. EQUALS SLIDER.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 0
},
"v": {
"title": "Value",
"description": "Effect value.",
"$ref": "#/properties/value",
"type": "object"
}
}
}

View File

@@ -0,0 +1 @@
{}

43
node_modules/lottie-web/docs/json/effects/point.json generated vendored Normal file
View File

@@ -0,0 +1,43 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 2
},
"v": {
"title": "Value",
"description": "Effect value.",
"type": "object",
"items": {
"oneOf": [
{
"$ref": "#/properties/multiDimensional"
},
{
"$ref": "#/properties/multiDimensionalKeyframed"
}
],
"type": "object"
}
}
}
}

View File

@@ -0,0 +1,130 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 23
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"type": "array",
"items": [
{
"$ref": "#/effects/dropDown"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/noValue"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
}
]
}
}
}

40
node_modules/lottie-web/docs/json/effects/slider.json generated vendored Normal file
View File

@@ -0,0 +1,40 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 0
},
"v": {
"title": "Value",
"description": "Effect value.",
"oneOf": [
{
"$ref": "#/properties/value"
},
{
"$ref": "#/properties/valueKeyframed"
}
],
"type": "object"
}
}
}

64
node_modules/lottie-web/docs/json/effects/stroke.json generated vendored Normal file
View File

@@ -0,0 +1,64 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 22
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"type": "array",
"items": [
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/checkBox"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/slider"
},
{
"$ref": "#/effects/dropDown"
},
{
"$ref": "#/effects/dropDown"
}
]
}
}
}

43
node_modules/lottie-web/docs/json/effects/tint.json generated vendored Normal file
View File

@@ -0,0 +1,43 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 20
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"type": "array",
"items": [
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/slider"
}
]
}
}
}

46
node_modules/lottie-web/docs/json/effects/tritone.json generated vendored Normal file
View File

@@ -0,0 +1,46 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ix": {
"title": "Effect Index",
"description": "Effect Index. Used for expressions.",
"type": "number"
},
"mn": {
"title": "Match Name",
"description": "After Effect's Match Name. Used for expressions.",
"type": "string"
},
"nm": {
"title": "Name",
"description": "After Effect's Name. Used for expressions.",
"type": "string"
},
"ty": {
"title": "Type",
"description": "Effect type.",
"type": "number",
"const": 23
},
"ef": {
"title": "Effects",
"description": "Effect List of properties.",
"type": "array",
"items": [
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/color"
},
{
"$ref": "#/effects/slider"
}
]
}
}
}