@jjlmoya/utils-converters 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/package.json +1 -1
  2. package/src/tool/avifAJpg/i18n/en.ts +1 -1
  3. package/src/tool/avifAJpg/i18n/es.ts +1 -1
  4. package/src/tool/avifAJpg/i18n/fr.ts +1 -1
  5. package/src/tool/avifAPng/i18n/en.ts +1 -1
  6. package/src/tool/avifAPng/i18n/es.ts +1 -1
  7. package/src/tool/avifAPng/i18n/fr.ts +1 -1
  8. package/src/tool/avifAWebp/i18n/en.ts +1 -1
  9. package/src/tool/avifAWebp/i18n/es.ts +1 -1
  10. package/src/tool/avifAWebp/i18n/fr.ts +1 -1
  11. package/src/tool/bmpAJpg/i18n/en.ts +1 -1
  12. package/src/tool/bmpAJpg/i18n/es.ts +1 -1
  13. package/src/tool/bmpAJpg/i18n/fr.ts +1 -1
  14. package/src/tool/bmpAPng/i18n/en.ts +1 -1
  15. package/src/tool/bmpAPng/i18n/es.ts +1 -1
  16. package/src/tool/bmpAPng/i18n/fr.ts +1 -1
  17. package/src/tool/bmpAWebp/i18n/en.ts +1 -1
  18. package/src/tool/bmpAWebp/i18n/es.ts +1 -1
  19. package/src/tool/bmpAWebp/i18n/fr.ts +2 -2
  20. package/src/tool/gifAJpg/i18n/en.ts +2 -2
  21. package/src/tool/gifAJpg/i18n/es.ts +1 -1
  22. package/src/tool/gifAJpg/i18n/fr.ts +1 -1
  23. package/src/tool/gifAPng/i18n/en.ts +2 -2
  24. package/src/tool/gifAPng/i18n/es.ts +1 -1
  25. package/src/tool/gifAPng/i18n/fr.ts +1 -1
  26. package/src/tool/gifAWebp/i18n/en.ts +1 -1
  27. package/src/tool/gifAWebp/i18n/es.ts +1 -1
  28. package/src/tool/gifAWebp/i18n/fr.ts +1 -1
  29. package/src/tool/imagenBase64/i18n/en.ts +1 -1
  30. package/src/tool/imagenBase64/i18n/es.ts +1 -1
  31. package/src/tool/imagenBase64/i18n/fr.ts +2 -2
  32. package/src/tool/jpgAIco/i18n/en.ts +1 -1
  33. package/src/tool/jpgAIco/i18n/es.ts +1 -1
  34. package/src/tool/jpgAIco/i18n/fr.ts +1 -1
  35. package/src/tool/jpgAPng/i18n/en.ts +1 -1
  36. package/src/tool/jpgAPng/i18n/es.ts +1 -1
  37. package/src/tool/jpgAPng/i18n/fr.ts +1 -1
  38. package/src/tool/jpgAWebp/i18n/en.ts +1 -1
  39. package/src/tool/jpgAWebp/i18n/es.ts +1 -1
  40. package/src/tool/jpgAWebp/i18n/fr.ts +1 -1
  41. package/src/tool/pngAIco/i18n/en.ts +1 -1
  42. package/src/tool/pngAIco/i18n/es.ts +1 -1
  43. package/src/tool/pngAIco/i18n/fr.ts +1 -1
  44. package/src/tool/pngAJpg/i18n/en.ts +1 -1
  45. package/src/tool/pngAJpg/i18n/es.ts +1 -1
  46. package/src/tool/pngAJpg/i18n/fr.ts +1 -1
  47. package/src/tool/pngAWebp/i18n/en.ts +1 -1
  48. package/src/tool/pngAWebp/i18n/es.ts +1 -1
  49. package/src/tool/pngAWebp/i18n/fr.ts +1 -1
  50. package/src/tool/svgAJpg/i18n/en.ts +1 -1
  51. package/src/tool/svgAJpg/i18n/es.ts +1 -1
  52. package/src/tool/svgAJpg/i18n/fr.ts +1 -1
  53. package/src/tool/svgAPng/i18n/en.ts +1 -1
  54. package/src/tool/svgAPng/i18n/es.ts +1 -1
  55. package/src/tool/svgAPng/i18n/fr.ts +1 -1
  56. package/src/tool/webpAIco/i18n/en.ts +1 -1
  57. package/src/tool/webpAIco/i18n/es.ts +1 -1
  58. package/src/tool/webpAIco/i18n/fr.ts +1 -1
  59. package/src/tool/webpAJpg/i18n/en.ts +1 -1
  60. package/src/tool/webpAJpg/i18n/es.ts +1 -1
  61. package/src/tool/webpAJpg/i18n/fr.ts +1 -1
  62. package/src/tool/webpAPng/i18n/en.ts +1 -1
  63. package/src/tool/webpAPng/i18n/es.ts +1 -1
  64. package/src/tool/webpAPng/i18n/fr.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-converters",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'avif-to-jpg-converter';
6
- const title = 'Convert AVIF to JPG Online - No Photo Uploads Required';
6
+ const title = 'Convert AVIF to JPG Online';
7
7
  const description =
8
8
  'Convert AVIF images to JPG in your browser. No server. 100% private local processing. Free and unlimited.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-avif-a-jpg';
6
- const title = 'Convertir AVIF a JPG Online - Sin Subir Fotos a Internet';
6
+ const title = 'Convertir AVIF a JPG Online';
7
7
  const description =
8
8
  'Convierte imágenes AVIF a JPG en tu navegador. Sin servidor. Procesamiento local 100% privado. Gratis e ilimitado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-avif-en-jpg';
6
- const title = 'Convertir AVIF en JPG en Ligne - Sans Téléchargement de Photos';
6
+ const title = 'Convertir AVIF en JPG en Ligne';
7
7
  const description =
8
8
  'Convertissez des images AVIF en JPG dans votre navigateur. Sans serveur. Traitement local 100% privé. Gratuit et illimité.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'avif-to-png-converter';
6
- const title = 'Convert AVIF to PNG Online - Fast, Local and 100% Private';
6
+ const title = 'Convert AVIF to PNG Online';
7
7
  const description =
8
8
  'Convert AVIF images to PNG preserving transparency. No file uploads. Processed locally in your browser. Free and unlimited.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-avif-a-png';
6
- const title = 'Convertir AVIF a PNG Online - Rápido, local y 100% privado';
6
+ const title = 'Convertir AVIF a PNG Online';
7
7
  const description =
8
8
  'Convierte imágenes AVIF a PNG preservando transparencias. Sin subir archivos. Procesado local en tu navegador. Gratis e ilimitado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-avif-en-png';
6
- const title = 'Convertir AVIF en PNG en Ligne - Rapide, Local et 100% Privé';
6
+ const title = 'Convertir AVIF en PNG en Ligne';
7
7
  const description =
8
8
  'Convertissez des images AVIF en PNG en préservant la transparence. Sans téléchargement. Traitement local dans votre navigateur. Gratuit et illimité.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'avif-to-webp-converter';
6
- const title = 'Convert AVIF to WebP Online - Security and Speed';
6
+ const title = 'Convert AVIF to WebP Online';
7
7
  const description =
8
8
  'Convert AVIF images to WebP with better compatibility. Local processing without servers. Free, private and unlimited.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-avif-a-webp';
6
- const title = 'Convertir AVIF a WebP Online - Seguridad y Velocidad';
6
+ const title = 'Convertir AVIF a WebP Online';
7
7
  const description =
8
8
  'Convierte imágenes AVIF a WebP con mejor compatibilidad. Procesado local sin servidores. Gratis, privado e ilimitado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { AvifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-avif-en-webp';
6
- const title = 'Convertir AVIF en WebP en Ligne - Sécurité et Vitesse';
6
+ const title = 'Convertir AVIF en WebP en Ligne';
7
7
  const description =
8
8
  'Convertissez des images AVIF en WebP avec une meilleure compatibilité. Traitement local sans serveurs. Gratuit, privé et illimité.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'bmp-to-jpg-converter';
6
- const title = 'Convert BMP to JPG Online - Fast, Free and Private';
6
+ const title = 'Convert BMP to JPG Online';
7
7
  const description =
8
8
  'Convert BMP images to JPG in your browser. Drastically reduce file size. No file uploads to servers. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-bmp-a-jpg';
6
- const title = 'Convertir BMP a JPG Online - Rápido, Gratis y Privado';
6
+ const title = 'Convertir BMP a JPG Online';
7
7
  const description =
8
8
  'Convierte imágenes BMP a JPG en tu navegador. Reduce el tamaño drásticamente. Sin subir archivos a servidores. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-bmp-en-jpg';
6
- const title = 'Convertir BMP en JPG en Ligne - Rapide, Gratuit et Privé';
6
+ const title = 'Convertir BMP en JPG en Ligne';
7
7
  const description =
8
8
  'Convertissez des images BMP en JPG dans votre navigateur. Réduction drastique de la taille. Sans téléchargement vers des serveurs. Gratuit et 100% privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'bmp-to-png-converter';
6
- const title = 'BMP to PNG Converter | Lossless Local Format';
6
+ const title = 'BMP to PNG Converter';
7
7
  const description =
8
8
  'Convert BMP images to PNG without quality loss. Modern compression without artifacts. No file uploads. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-bmp-a-png';
6
- const title = 'Convertidor de BMP a PNG | Formato Sin Pérdida Local';
6
+ const title = 'Convertidor de BMP a PNG';
7
7
  const description =
8
8
  'Convierte imágenes BMP a PNG sin pérdida de calidad. Compresión moderna sin artefactos. Sin subir archivos. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-bmp-en-png';
6
- const title = 'Convertisseur BMP vers PNG | Format Local Sans Perte';
6
+ const title = 'Convertisseur BMP vers PNG';
7
7
  const description =
8
8
  'Convertissez des images BMP en PNG sans perte de qualité. Compression moderne sans artefacts. Sans téléchargement. Gratuit et 100% privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'bmp-to-webp-converter';
6
- const title = 'Convert BMP to WebP Free | Your Native Offline Compressor';
6
+ const title = 'Convert BMP to WebP Free';
7
7
  const description =
8
8
  'Convert BMP images to WebP offline. Reduce huge files to kilobytes. No file uploads. Free, offline and completely private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-bmp-a-webp';
6
- const title = 'Convertir BMP a WebP Gratis | Tu Compresor Nativo Offline';
6
+ const title = 'Convertir BMP a WebP Gratis';
7
7
  const description =
8
8
  'Convierte imágenes BMP a WebP sin conexión. Reduce archivos enormes a kilobytes. Sin subir archivos. Gratis, offline y completamente privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { BmpAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-bmp-en-webp';
6
- const title = 'Convertir BMP en WebP Gratuit | Votre Compresseur Natif Hors Ligne';
6
+ const title = 'Convertir BMP en WebP Gratuit';
7
7
  const description =
8
8
  'Convertissez des images BMP en WebP hors ligne. Réduisez les fichiers volumineux à des kilo-octets. Sans téléchargement. Gratuit, hors ligne et totalement privé.';
9
9
 
@@ -74,7 +74,7 @@ const seo: BmpAWebpLocaleContent['seo'] = [
74
74
  },
75
75
  {
76
76
  type: 'title',
77
- text: 'Pourquoi le BMP est-il si lourd et le WebP si efficace ?',
77
+ text: 'Pourquoi le BMP est',
78
78
  level: 3,
79
79
  },
80
80
  {
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'gif-to-jpg-converter';
6
- const title = 'Convert GIF to JPG Online | Turn Your Animations into Static Photos';
6
+ const title = 'Convert GIF to JPG Online';
7
7
  const description =
8
8
  'Extract the first frame of your GIFs and convert to JPG. No server. Processed locally in your browser. Free and unlimited.';
9
9
 
@@ -65,7 +65,7 @@ const bibliography: GifAJpgLocaleContent['bibliography'] = [
65
65
  const seo: GifAJpgLocaleContent['seo'] = [
66
66
  {
67
67
  type: 'title',
68
- text: 'GIF to JPG Converter: Extract Frames as High-Quality Static Images',
68
+ text: 'GIF to JPG Converter: Extract Frames as High',
69
69
  level: 2,
70
70
  },
71
71
  {
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-gif-a-jpg';
6
- const title = 'Convertir GIF a JPG Online | Vuelve tus animaciones fotos estáticas';
6
+ const title = 'Convertir GIF a JPG Online';
7
7
  const description =
8
8
  'Extrae el primer fotograma de tus GIF y conviértelo a JPG. Sin servidor. Procesado local en tu navegador. Gratis e ilimitado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-gif-en-jpg';
6
- const title = 'Convertir GIF en JPG en Ligne | Transformez vos Animations en Photos Statiques';
6
+ const title = 'Convertir GIF en JPG en Ligne';
7
7
  const description =
8
8
  'Extrayez la première image de vos GIF et convertissez en JPG. Sans serveur. Traitement local dans votre navigateur. Gratuit et illimité.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'gif-to-png-converter';
6
- const title = 'Convert GIF to PNG Online | Extract a Static Frame Without Loss';
6
+ const title = 'Convert GIF to PNG Online';
7
7
  const description =
8
8
  'Extract the first frame of your GIFs and convert to PNG preserving transparency. No server. Local processing. Free.';
9
9
 
@@ -74,7 +74,7 @@ const seo: GifAPngLocaleContent['seo'] = [
74
74
  },
75
75
  {
76
76
  type: 'title',
77
- text: 'GIF vs PNG: the 16-million-color revolution',
77
+ text: 'GIF vs PNG: the 16',
78
78
  level: 3,
79
79
  },
80
80
  {
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-gif-a-png';
6
- const title = 'Convertir GIF a PNG Online | Extrae un fotograma estático sin pérdida';
6
+ const title = 'Convertir GIF a PNG Online';
7
7
  const description =
8
8
  'Extrae el primer fotograma de tus GIF y conviértelo a PNG preservando transparencias. Sin servidor. Procesado local. Gratis.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-gif-en-png';
6
- const title = 'Convertir GIF en PNG en Ligne | Extraire une Image Statique Sans Perte';
6
+ const title = 'Convertir GIF en PNG en Ligne';
7
7
  const description =
8
8
  'Extrayez la première image de vos GIF et convertissez en PNG en préservant la transparence. Sans serveur. Traitement local. Gratuit.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'gif-to-webp-converter';
6
- const title = 'Convert GIF to Static WebP | Save File Weight Offline';
6
+ const title = 'Convert GIF to Static WebP';
7
7
  const description =
8
8
  'Convert animated GIFs to static WebP. Preserves transparency. No server. Processed locally in your browser. Free.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-gif-a-webp';
6
- const title = 'Convertir GIF a WebP estático | Ahorra peso offline';
6
+ const title = 'Convertir GIF a WebP estático';
7
7
  const description =
8
8
  'Convierte GIF animados a WebP estático. Conserva transparencias. Sin servidor. Procesado local en tu navegador. Gratis.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { GifAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-gif-en-webp';
6
- const title = 'Convertir GIF en WebP Statique | Économisez du Poids Hors Ligne';
6
+ const title = 'Convertir GIF en WebP Statique';
7
7
  const description =
8
8
  'Convertissez des GIF animés en WebP statique. Préserve la transparence. Sans serveur. Traitement local dans votre navigateur. Gratuit.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImagenBase64LocaleContent } from '../index';
3
3
  import type { ImageToBase64UI } from '../index';
4
4
 
5
5
  const slug = 'image-to-base64-converter';
6
- const title = 'Image to Base64 Converter Online - Free and 100% Private';
6
+ const title = 'Image to Base64 Converter Online';
7
7
  const description =
8
8
  'Convert any image to Base64 code and Data URI directly in your browser. No file uploads. Free, private and instant.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImagenBase64LocaleContent } from '../index';
3
3
  import type { ImageToBase64UI } from '../index';
4
4
 
5
5
  const slug = 'convertidor-imagen-base64';
6
- const title = 'Convertidor de Imagen a Base64 Online - Gratis y 100% Privado';
6
+ const title = 'Convertidor de Imagen a Base64 Online';
7
7
  const description =
8
8
  'Convierte cualquier imagen a código Base64 y Data URI directamente en tu navegador. Sin subir archivos. Gratis, privado e instantáneo.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImagenBase64LocaleContent } from '../index';
3
3
  import type { ImageToBase64UI } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-image-base64';
6
- const title = 'Convertisseur Image vers Base64 en Ligne - Gratuit et 100% Privé';
6
+ const title = 'Convertisseur Image vers Base64 en Ligne';
7
7
  const description =
8
8
  'Convertissez n\'importe quelle image en code Base64 et Data URI directement dans votre navigateur. Sans téléchargement. Gratuit, privé et instantané.';
9
9
 
@@ -121,7 +121,7 @@ const seo: ImagenBase64LocaleContent['seo'] = [
121
121
  },
122
122
  {
123
123
  type: 'tip',
124
- title: 'Utilisez-le uniquement pour les petites images (moins de 10 Ko)',
124
+ title: 'Utilisez',
125
125
  html: 'Base64 augmente la taille du fichier d\'environ 33% : une image de 10 Ko devient ~13,3 Ko de texte. Pour les petites icônes et logos, ce coût est minimal et l\'élimination de la requête HTTP le compense. Pour les photographies ou grandes images, le surcoût de taille est significatif — utilisez toujours un CDN pour les grandes images.',
126
126
  },
127
127
  {
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'jpg-to-ico-converter';
6
- const title = 'JPG to ICO Converter | Create Official Icons for Windows and Web';
6
+ const title = 'JPG to ICO Converter';
7
7
  const description =
8
8
  'Convert JPG photos to ICO with real Microsoft binary headers. Automatic square crop. No file uploads. Free and private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-jpg-a-ico';
6
- const title = 'Convertidor de JPG a ICO | Crea iconos oficiales para Windows y Web';
6
+ const title = 'Convertidor de JPG a ICO';
7
7
  const description =
8
8
  'Convierte fotos JPG a ICO con cabeceras binarias reales de Microsoft. Recorte automático cuadrado. Sin subir archivos. Gratis y privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-jpg-en-ico';
6
- const title = 'Convertisseur JPG vers ICO | Créez des Icônes Officielles pour Windows et Web';
6
+ const title = 'Convertisseur JPG vers ICO';
7
7
  const description =
8
8
  'Convertissez des photos JPG en ICO avec de vrais en-têtes binaires Microsoft. Recadrage carré automatique. Sans téléchargement. Gratuit et privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'jpg-to-png-converter';
6
- const title = 'Convert JPG to PNG Online and Free - Private';
6
+ const title = 'Convert JPG to PNG Online and Free';
7
7
  const description =
8
8
  'Convert JPG images to PNG in your browser without uploading files. Lossless conversion, free and completely private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-jpg-a-png';
6
- const title = 'Convertir JPG a PNG Online y Gratis - Privado';
6
+ const title = 'Convertir JPG a PNG Online y Gratis';
7
7
  const description =
8
8
  'Convierte imágenes JPG a PNG en tu navegador sin subir archivos. Conversión lossless, gratuita y totalmente privada.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-jpg-en-png';
6
- const title = 'Convertir JPG en PNG en Ligne et Gratuitement - Privé';
6
+ const title = 'Convertir JPG en PNG en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des images JPG en PNG dans votre navigateur sans télécharger de fichiers. Conversion sans perte, gratuite et totalement privée.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'jpg-to-webp-converter';
6
- const title = 'Convert JPG to WebP Online and Free - High Quality';
6
+ const title = 'Convert JPG to WebP Online and Free';
7
7
  const description =
8
8
  'Convert JPG images to WebP in your browser. Superior compression without visible loss. No file uploads. Free, unlimited and private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-jpg-a-webp';
6
- const title = 'Convertir JPG a WebP Online y Gratis - Alta Calidad';
6
+ const title = 'Convertir JPG a WebP Online y Gratis';
7
7
  const description =
8
8
  'Convierte imágenes JPG a WebP en tu navegador. Compresión superior sin pérdida visible. Sin subir archivos. Gratuito, ilimitado y privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { JpgAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-jpg-en-webp';
6
- const title = 'Convertir JPG en WebP en Ligne et Gratuitement - Haute Qualité';
6
+ const title = 'Convertir JPG en WebP en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des images JPG en WebP dans votre navigateur. Compression supérieure sans perte visible. Sans téléchargement. Gratuit, illimité et privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'png-to-ico-converter';
6
- const title = 'Convert PNG to ICO Online | Create 100% Real Icons for PC and Web';
6
+ const title = 'Convert PNG to ICO Online';
7
7
  const description =
8
8
  'Convert PNG to ICO with real binary headers. Transparencies preserved. No file uploads. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-png-a-ico';
6
- const title = 'Convertir PNG a ICO Online | Fabrica iconos 100% reales para PC y web';
6
+ const title = 'Convertir PNG a ICO Online';
7
7
  const description =
8
8
  'Convierte PNG a ICO con cabeceras binarias reales. Transparencias preservadas. Sin subir archivos. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-png-en-ico';
6
- const title = 'Convertir PNG en ICO en Ligne | Créez des Icônes 100% Réelles pour PC et Web';
6
+ const title = 'Convertir PNG en ICO en Ligne';
7
7
  const description =
8
8
  'Convertissez PNG en ICO avec de vrais en-têtes binaires. Transparences préservées. Sans téléchargement. Gratuit et 100% privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'png-to-jpg-converter';
6
- const title = 'Convert PNG to JPG Online - Fast, Free and 100% Private';
6
+ const title = 'Convert PNG to JPG Online';
7
7
  const description =
8
8
  'Convert PNG images to JPG directly in your browser. No file uploads to servers. Fast, free and completely private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-png-a-jpg';
6
- const title = 'Convertir PNG a JPG Online - Rápido, Gratis y 100% Privado';
6
+ const title = 'Convertir PNG a JPG Online';
7
7
  const description =
8
8
  'Convierte tus imágenes PNG a formato JPG de compresión rápida al instante en tu propio ordenador. Sin subir fotos a internet. Optimización por lotes.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-png-en-jpg';
6
- const title = 'Convertir PNG en JPG en Ligne - Rapide, Gratuit et 100% Privé';
6
+ const title = 'Convertir PNG en JPG en Ligne';
7
7
  const description =
8
8
  'Convertissez des images PNG en JPG directement dans votre navigateur. Sans téléchargement vers des serveurs. Rapide, gratuit et totalement privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'png-to-webp-converter';
6
- const title = 'Convert PNG to WebP Online and Free - High Quality';
6
+ const title = 'Convert PNG to WebP Online and Free';
7
7
  const description =
8
8
  'Convert PNG images to WebP in your browser. Up to 40% less file size. Preserves transparency. No file uploads. Free and private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-png-a-webp';
6
- const title = 'Convertir PNG a WebP Online y Gratis - Alta Calidad';
6
+ const title = 'Convertir PNG a WebP Online y Gratis';
7
7
  const description =
8
8
  'Convierte imágenes PNG a WebP en tu navegador. Hasta 40% menos peso. Conserva transparencias. Sin subir archivos. Gratis y privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { PngAWebpLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-png-en-webp';
6
- const title = 'Convertir PNG en WebP en Ligne et Gratuitement - Haute Qualité';
6
+ const title = 'Convertir PNG en WebP en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des images PNG en WebP dans votre navigateur. Jusqu\'à 40% de taille en moins. Préserve la transparence. Sans téléchargement. Gratuit et privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'svg-to-jpg-converter';
6
- const title = 'Convert SVG to JPG Online and Free - High Resolution';
6
+ const title = 'Convert SVG to JPG Online and Free';
7
7
  const description =
8
8
  'Convert SVG vector files to JPG in your browser. 2x high resolution rendering. No file uploads. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-svg-a-jpg';
6
- const title = 'Convertir SVG a JPG Online y Gratis - Alta Resolución';
6
+ const title = 'Convertir SVG a JPG Online y Gratis';
7
7
  const description =
8
8
  'Convierte archivos SVG vectoriales a JPG en tu navegador. Renderizado 2x de alta resolución. Sin subir archivos. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-svg-en-jpg';
6
- const title = 'Convertir SVG en JPG en Ligne et Gratuitement - Haute Résolution';
6
+ const title = 'Convertir SVG en JPG en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des fichiers SVG vectoriels en JPG dans votre navigateur. Rendu haute résolution 2x. Sans téléchargement. Gratuit et 100% privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'svg-to-png-converter';
6
- const title = 'Convert SVG to PNG Online and Free - High Resolution';
6
+ const title = 'Convert SVG to PNG Online and Free';
7
7
  const description =
8
8
  'Convert SVG vector files to PNG in your browser. Double-scale HD output. Preserves transparency. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-svg-a-png';
6
- const title = 'Convertir SVG a PNG Online y Gratis - Alta Resolución';
6
+ const title = 'Convertir SVG a PNG Online y Gratis';
7
7
  const description =
8
8
  'Convierte archivos SVG vectoriales a PNG en tu navegador. Salida a doble escala HD. Conserva transparencias. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { SvgAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-svg-en-png';
6
- const title = 'Convertir SVG en PNG en Ligne et Gratuitement - Haute Résolution';
6
+ const title = 'Convertir SVG en PNG en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des fichiers SVG vectoriels en PNG dans votre navigateur. Sortie HD à double échelle. Préserve la transparence. Gratuit et 100% privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'webp-to-ico-converter';
6
- const title = 'Convert WebP to ICO | Install Your Favicons and Logos in Windows';
6
+ const title = 'Convert WebP to ICO';
7
7
  const description =
8
8
  'Convert WebP images to official ICO with transparency. No file uploads. Real Microsoft binary headers. Free and private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-webp-a-ico';
6
- const title = 'Convertir WebP a ICO | Instala tus Favicons y logos en Windows';
6
+ const title = 'Convertir WebP a ICO';
7
7
  const description =
8
8
  'Convierte imágenes WebP a ICO oficial con transparencias. Sin subir archivos. Cabeceras binarias reales de Microsoft. Gratis y privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAIcoLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-webp-en-ico';
6
- const title = 'Convertir WebP en ICO | Installez vos Favicons et Logos dans Windows';
6
+ const title = 'Convertir WebP en ICO';
7
7
  const description =
8
8
  'Convertissez des images WebP en ICO officiel avec transparence. Sans téléchargement. Vrais en-têtes binaires Microsoft. Gratuit et privé.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'webp-to-jpg-converter';
6
- const title = 'Convert WebP to JPG Online and Free - No Upload Required';
6
+ const title = 'Convert WebP to JPG Online and Free';
7
7
  const description =
8
8
  'Convert WebP images to JPG without uploading files. 100% private local processing. Transparent backgrounds are automatically replaced with white.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-webp-a-jpg';
6
- const title = 'Convertir WebP a JPG Online y Gratis - Sin Subir a Internet';
6
+ const title = 'Convertir WebP a JPG Online y Gratis';
7
7
  const description =
8
8
  'Convierte imágenes WebP a JPG sin subir archivos. Procesamiento local 100% privado. Los fondos transparentes se sustituyen por blanco automáticamente.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAJpgLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-webp-en-jpg';
6
- const title = 'Convertir WebP en JPG en Ligne et Gratuitement - Sans Téléchargement';
6
+ const title = 'Convertir WebP en JPG en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des images WebP en JPG sans télécharger de fichiers. Traitement local 100% privé. Les fonds transparents sont automatiquement remplacés par du blanc.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'webp-to-png-converter';
6
- const title = 'Convert WebP to PNG Online and Free - 100% Private';
6
+ const title = 'Convert WebP to PNG Online and Free';
7
7
  const description =
8
8
  'Convert WebP images to PNG in your browser. Preserves transparency. No file uploads to servers. Free and 100% private.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertidor-webp-a-png';
6
- const title = 'Convertir WebP a PNG Online y Gratis - Privado al 100%';
6
+ const title = 'Convertir WebP a PNG Online y Gratis';
7
7
  const description =
8
8
  'Convierte imágenes WebP a PNG en tu navegador. Conserva la transparencia. Sin subir archivos a servidores. Gratis y 100% privado.';
9
9
 
@@ -3,7 +3,7 @@ import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
3
3
  import type { WebpAPngLocaleContent } from '../index';
4
4
 
5
5
  const slug = 'convertisseur-webp-en-png';
6
- const title = 'Convertir WebP en PNG en Ligne et Gratuitement - 100% Privé';
6
+ const title = 'Convertir WebP en PNG en Ligne et Gratuitement';
7
7
  const description =
8
8
  'Convertissez des images WebP en PNG dans votre navigateur. Préserve la transparence. Sans téléchargement vers des serveurs. Gratuit et 100% privé.';
9
9