mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 13:32:01 +00:00
- Add Rollup configuration for building and serving the application. - Implement logo scanning script to generate logos.json from logo files. - Create main App component to manage logo display and search functionality. - Develop LogoGrid and LogoList components for different viewing modes. - Add LogoModal component for logo preview with details. - Implement URL copying and logo downloading features. - Style components for improved user experience and responsiveness.
57 lines
988 B
JSON
57 lines
988 B
JSON
[
|
|
{
|
|
"name": "Apple (black)",
|
|
"path": "logos/apple_black.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "ATB",
|
|
"path": "logos/atb.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Binance",
|
|
"path": "logos/binance.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Dalnoboy Service",
|
|
"path": "logos/dalnoboy-service.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Google",
|
|
"path": "logos/google.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Privatbank",
|
|
"path": "logos/privatbank.png",
|
|
"format": "PNG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Pumb",
|
|
"path": "logos/pumb.png",
|
|
"format": "PNG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Roomerin",
|
|
"path": "logos/roomerin.svg",
|
|
"format": "SVG",
|
|
"disable": false
|
|
},
|
|
{
|
|
"name": "Shkafnik",
|
|
"path": "logos/shkafnik.png",
|
|
"format": "PNG",
|
|
"disable": false
|
|
}
|
|
]
|