PHP code example of gurindersingh / icon-maker

1. Go to this page and download the library: Download gurindersingh/icon-maker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

gurindersingh / icon-maker example snippets


'favicon.png - quired size 1024x1024',
'icon-maskable.png - sm.png - PNG format Logo small - just icon only',
'logo-sm.svg - SVG Logo small - just icon only',
'apple-tab-icon.svg - SVG Logo',
'splash.png - 
json
{
    "configThemeLocation": "config/theme.php",
    "webManifestLocation": "public/manifest.webmanifest",
    "manifestJsonLocation": "public/manifest.json",
    "headHtmlLocation": "resources/views/common/head.blade.php",
    "headHtmlBladeLocation": "resources/views/common/head.blade.php",
    "destinationDirectory": "public/assets/icons"
}