mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-25 14:14:57 +00:00
Move favicon designer presets to JSON
This commit is contained in:
36
src/data/favicon-designer-presets.json
Normal file
36
src/data/favicon-designer-presets.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"presetSizes": [16, 32, 48, 64, 128, 256, 512],
|
||||
"elementTypes": [
|
||||
{ "value": "circle", "label": "Circle" },
|
||||
{ "value": "square", "label": "Square" },
|
||||
{ "value": "triangle", "label": "Triangle" },
|
||||
{ "value": "star", "label": "Star" },
|
||||
{ "value": "heart", "label": "Heart" },
|
||||
{ "value": "polygon", "label": "Polygon" },
|
||||
{ "value": "text", "label": "Text" },
|
||||
{ "value": "emoji", "label": "Emoji" }
|
||||
],
|
||||
"defaultDesign": {
|
||||
"id": "default",
|
||||
"name": "My Favicon",
|
||||
"size": 128,
|
||||
"backgroundColor": "#7c3aed",
|
||||
"elements": [
|
||||
{
|
||||
"id": "1",
|
||||
"type": "text",
|
||||
"x": 64,
|
||||
"y": 64,
|
||||
"width": 100,
|
||||
"height": 100,
|
||||
"color": "#ffffff",
|
||||
"rotation": 0,
|
||||
"text": "CF",
|
||||
"fontSize": 48,
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
],
|
||||
"createdAt": 0,
|
||||
"updatedAt": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user