mirror of
https://github.com/shadoll/sLogos.git
synced 2026-02-04 02:53:22 +00:00
Add favicon and logo generation scripts
- Implemented `generate-favicons.js` to create various favicon formats from a single SVG file. - Created `update-data.js` to scan logo directories, generate PNG and JPG images from SVGs, and update the logos JSON data. - Added a `.gitignore` file in the `flags_gen` directory to exclude all files except the `.gitignore` itself. - Updated `logos.json` to ensure proper formatting.
This commit is contained in:
1912
public/data/flags.json
Normal file
1912
public/data/flags.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -3589,4 +3589,4 @@
|
||||
],
|
||||
"brand": "Bvr"
|
||||
}
|
||||
]
|
||||
]
|
||||
2
public/flags_gen/.gitignore
vendored
Normal file
2
public/flags_gen/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user