first commit

This commit is contained in:
s.golasch
2023-08-01 13:49:46 +02:00
commit 1fc239fd54
20238 changed files with 3112246 additions and 0 deletions

66
build/node_modules/favicons/config/rfg.json generated vendored Normal file
View File

@@ -0,0 +1,66 @@
{
"api_key": "586975d64501c4a6cafabfdfd146f799f028a046",
"master_picture": {
"type": "inline",
"content": ""
},
"files_location": {
"type": "path",
"path": ""
},
"favicon_design": {
"desktop_browser": {},
"ios": {
"picture_aspect": "background_and_margin",
"margin": "0",
"background_color": "#FFFFFF",
"startup_image": {
"background_color": "#FFFFFF"
}
},
"windows": {
"picture_aspect": "no_change",
"background_color": "#FFFFFF"
},
"firefox_app": {
"picture_aspect": "circle",
"keep_picture_in_circle": "true",
"circle_inner_margin": "0",
"margin": "0",
"background_color": "#FFFFFF",
"manifest": {
"app_name": "Favicons",
"app_description": "Favicon generator for Node.js",
"developer_name": "Favicons",
"developer_url": "http://favicons.io"
}
},
"android_chrome": {
"picture_aspect": "no_change",
"manifest": {
"name": "Favicons",
"display": "standalone",
"orientation": "portrait"
},
"theme_color": "#FFFFFF"
},
"coast": {
"picture_aspect": "background_and_margin",
"background_color": "#FFFFFF",
"margin": "0"
},
"yandex_browser": {
"background_color": "#FFFFFF",
"manifest": {
"show_title": true,
"version": "1.0"
}
}
},
"settings": {
"compression": "3",
"scaling_algorithm": "Mitchell",
"error_on_image_too_small": true
},
"versioning": false
}