{"id":413,"date":"2024-05-06T07:07:15","date_gmt":"2024-05-06T07:07:15","guid":{"rendered":"https:\/\/worldseotool.com\/?page_id=413"},"modified":"2024-05-06T07:07:15","modified_gmt":"2024-05-06T07:07:15","slug":"favicon-generator","status":"publish","type":"page","link":"https:\/\/shoptips24.com\/tools\/favicon-generator\/","title":{"rendered":"Favicon Generator"},"content":{"rendered":"\n\n<style>\n  body {\n    font-family: Arial, sans-serif;\n    margin: 0;\n    padding: 0;\n   \n    justify-content: center;\n    align-items: center;\n   \n    background-color: #f0f0f0;\n  }\n  .container {\n    text-align: center;\n  }\n  #preview {\n    width: 200px;\n    height: 200px;\n    border: 1px solid #ccc;\n    margin-bottom: 20px;\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"container\">\n  <h1>Favicon Generator<\/h1>\n  <input type=\"file\" accept=\"image\/*\" id=\"imageInput\">\n<br>\n  <div id=\"preview\"><\/div>\n<br>\n  <button onclick=\"generateFavicon()\">Generate Favicon<\/button>\n<br><br>\n  <button onclick=\"downloadFavicon()\">Download Favicon<\/button>\n<\/div>\n\n<script>\n  let faviconData = null;\n\n  function generateFavicon() {\n    const fileInput = document.getElementById('imageInput');\n    const preview = document.getElementById('preview');\n\n    if (fileInput.files && fileInput.files[0]) {\n      const reader = new FileReader();\n\n      reader.onload = function (e) {\n        const img = new Image();\n        img.src = e.target.result;\n\n        img.onload = function() {\n          const canvas = document.createElement('canvas');\n          const ctx = canvas.getContext('2d');\n\n          const size = Math.min(img.width, img.height);\n          canvas.width = 16;\n          canvas.height = 16;\n          ctx.drawImage(img, (img.width - size) \/ 2, (img.height - size) \/ 2, size, size, 0, 0, 16, 16);\n\n          faviconData = canvas.toDataURL('image\/png');\n          preview.innerHTML = '<img decoding=\"async\" src=\"' + faviconData + '\" alt=\"Generated Favicon\">';\n        };\n      };\n\n      reader.readAsDataURL(fileInput.files[0]);\n    }\n  }\n\n  function downloadFavicon() {\n    if (faviconData) {\n      const link = document.createElement('a');\n      link.href = faviconData;\n      link.download = 'favicon.png';\n      document.body.appendChild(link);\n      link.click();\n      document.body.removeChild(link);\n    } else {\n      alert('Please generate a favicon first.');\n    }\n  }\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Favicon Generator Generate Favicon Download Favicon<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-413","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/comments?post=413"}],"version-history":[{"count":0,"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/pages\/413\/revisions"}],"wp:attachment":[{"href":"https:\/\/shoptips24.com\/tools\/wp-json\/wp\/v2\/media?parent=413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}