Beýik azat Favicon Öň bellenen
Bir resimden doly favicon seti döred..ico, PNG ululyklar we apple-touch-icon. Mugt, HTML bilen.
Nädip işleýär
- _Ýükle. Bir logo ýa-da resim saýla, idealy dörtburç (100 MB'a çenli).
- Bejer. Ýükle -- tam bir set atlas ululyklar plus bir.ico we apple-touch-icon bina edilipdir.
- ZIP ýükledi. Her bir atlas bilen bir ZIP al we HTML snippetni saýtyňyza goý.
Bu esbap hakda
Favicon Generator bir resimni bir websaýt üçin doly favicon setine öwürýär. Bir ýüklemekden ol bir multi-resolution favicon.ico, PNG atlaslar (16px 512px) we iOS öý ekranlar üçin apple-touch-atlasy, hemmesi bir ZIP içinde paketlenmişi, öndürýär. ZIP içinde bir gysga README size exact information provides <link> saýtyňyza goşuljak taglar <head>. A square source image works best. No watermark, no signup, processed in memory and thrown away.
Adamlar ony näme üçin ulanýar
- Täze bir web sahypasyna favicon ekle
- Ýönetimler
- iOS öý ekranlar üçin apple-touch-icony bejer
- Saýtyň favicon'ini täzele
Öňki
Bu esbap öz kodyňyzdan automatlaň. Aşakdaky sonuk nokta POST soragyny iberiň we web esbaby öndüren netijäni alyň. Bu IP üçin tizlik çäklendirilen we hiç bir ýazma gerek däl - API açarlary has ýokary çäklendirmeler üçin gelýä.
https://best.free/api/tools/favicon-maker/
| Parametr | Mysal | Gerekli | _Ýazy |
|---|---|---|---|
file (faýl) |
logo.png |
Eý | Square image works best, ≤25 MB. |
curl -X POST https://best.free/api/tools/favicon-maker/ \
-F 'file=@logo.png' \
-o favicons.zip
import requests
files = {"file": open("logo.png", "rb")}
r = requests.post("https://best.free/api/tools/favicon-maker/", files=files)
with open("favicons.zip", "wb") as out:
out.write(r.content)
const fd = new FormData();
fd.append("file", fileInput.files[0]);
const r = await fetch("https://best.free/api/tools/favicon-maker/", { method: "POST", body: fd });
const blob = await r.blob(); // the favicons.zip
Jawaby: A ZIP of favicon PNGs, an .ico and apple-touch-icon.