@jjlmoya/utils-converters 1.16.0 → 1.18.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.
- package/package.json +4 -2
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/i18n/sv.ts +1 -1
- package/src/data.ts +0 -21
- package/src/layouts/PreviewLayout.astro +2 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/pagespeed_best_practices.test.ts +198 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/avifAJpg/bibliography.ts +12 -0
- package/src/tool/avifAJpg/entry.ts +2 -0
- package/src/tool/avifAJpg/i18n/de.ts +2 -12
- package/src/tool/avifAJpg/i18n/en.ts +2 -12
- package/src/tool/avifAJpg/i18n/es.ts +2 -12
- package/src/tool/avifAJpg/i18n/fr.ts +11 -21
- package/src/tool/avifAJpg/i18n/id.ts +2 -12
- package/src/tool/avifAJpg/i18n/it.ts +2 -12
- package/src/tool/avifAJpg/i18n/ja.ts +1 -11
- package/src/tool/avifAJpg/i18n/ko.ts +1 -11
- package/src/tool/avifAJpg/i18n/nl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pt.ts +2 -12
- package/src/tool/avifAJpg/i18n/ru.ts +7 -17
- package/src/tool/avifAJpg/i18n/sv.ts +2 -12
- package/src/tool/avifAJpg/i18n/tr.ts +1 -11
- package/src/tool/avifAJpg/i18n/zh.ts +4 -14
- package/src/tool/avifAJpg/seo.astro +2 -1
- package/src/tool/avifAPng/bibliography.ts +12 -0
- package/src/tool/avifAPng/entry.ts +2 -0
- package/src/tool/avifAPng/i18n/de.ts +4 -14
- package/src/tool/avifAPng/i18n/en.ts +4 -14
- package/src/tool/avifAPng/i18n/es.ts +4 -14
- package/src/tool/avifAPng/i18n/fr.ts +10 -20
- package/src/tool/avifAPng/i18n/id.ts +4 -14
- package/src/tool/avifAPng/i18n/it.ts +1 -11
- package/src/tool/avifAPng/i18n/ja.ts +1 -11
- package/src/tool/avifAPng/i18n/ko.ts +1 -11
- package/src/tool/avifAPng/i18n/nl.ts +4 -14
- package/src/tool/avifAPng/i18n/pl.ts +4 -14
- package/src/tool/avifAPng/i18n/pt.ts +4 -14
- package/src/tool/avifAPng/i18n/ru.ts +5 -15
- package/src/tool/avifAPng/i18n/sv.ts +4 -14
- package/src/tool/avifAPng/i18n/tr.ts +1 -11
- package/src/tool/avifAPng/i18n/zh.ts +3 -13
- package/src/tool/avifAPng/seo.astro +2 -1
- package/src/tool/avifAWebp/bibliography.ts +12 -0
- package/src/tool/avifAWebp/entry.ts +2 -0
- package/src/tool/avifAWebp/i18n/de.ts +6 -16
- package/src/tool/avifAWebp/i18n/en.ts +6 -16
- package/src/tool/avifAWebp/i18n/es.ts +6 -16
- package/src/tool/avifAWebp/i18n/fr.ts +13 -23
- package/src/tool/avifAWebp/i18n/id.ts +6 -16
- package/src/tool/avifAWebp/i18n/it.ts +1 -11
- package/src/tool/avifAWebp/i18n/ja.ts +1 -11
- package/src/tool/avifAWebp/i18n/ko.ts +2 -12
- package/src/tool/avifAWebp/i18n/nl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pt.ts +6 -16
- package/src/tool/avifAWebp/i18n/ru.ts +7 -17
- package/src/tool/avifAWebp/i18n/sv.ts +6 -16
- package/src/tool/avifAWebp/i18n/tr.ts +2 -12
- package/src/tool/avifAWebp/i18n/zh.ts +6 -16
- package/src/tool/avifAWebp/seo.astro +2 -1
- package/src/tool/bmpAJpg/bibliography.ts +12 -0
- package/src/tool/bmpAJpg/entry.ts +2 -0
- package/src/tool/bmpAJpg/i18n/de.ts +1 -11
- package/src/tool/bmpAJpg/i18n/en.ts +1 -11
- package/src/tool/bmpAJpg/i18n/es.ts +1 -11
- package/src/tool/bmpAJpg/i18n/fr.ts +9 -19
- package/src/tool/bmpAJpg/i18n/id.ts +1 -11
- package/src/tool/bmpAJpg/i18n/it.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ja.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ko.ts +1 -11
- package/src/tool/bmpAJpg/i18n/nl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pt.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ru.ts +5 -15
- package/src/tool/bmpAJpg/i18n/sv.ts +1 -11
- package/src/tool/bmpAJpg/i18n/tr.ts +1 -11
- package/src/tool/bmpAJpg/i18n/zh.ts +1 -11
- package/src/tool/bmpAJpg/seo.astro +2 -1
- package/src/tool/bmpAPng/bibliography.ts +12 -0
- package/src/tool/bmpAPng/entry.ts +2 -0
- package/src/tool/bmpAPng/i18n/de.ts +2 -12
- package/src/tool/bmpAPng/i18n/en.ts +3 -13
- package/src/tool/bmpAPng/i18n/es.ts +2 -12
- package/src/tool/bmpAPng/i18n/fr.ts +12 -22
- package/src/tool/bmpAPng/i18n/id.ts +2 -12
- package/src/tool/bmpAPng/i18n/it.ts +2 -12
- package/src/tool/bmpAPng/i18n/ja.ts +1 -11
- package/src/tool/bmpAPng/i18n/ko.ts +1 -11
- package/src/tool/bmpAPng/i18n/nl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pt.ts +2 -12
- package/src/tool/bmpAPng/i18n/ru.ts +9 -19
- package/src/tool/bmpAPng/i18n/sv.ts +2 -12
- package/src/tool/bmpAPng/i18n/tr.ts +1 -11
- package/src/tool/bmpAPng/i18n/zh.ts +1 -11
- package/src/tool/bmpAPng/seo.astro +2 -1
- package/src/tool/bmpAWebp/bibliography.ts +12 -0
- package/src/tool/bmpAWebp/entry.ts +2 -0
- package/src/tool/bmpAWebp/i18n/de.ts +8 -18
- package/src/tool/bmpAWebp/i18n/en.ts +8 -18
- package/src/tool/bmpAWebp/i18n/es.ts +8 -18
- package/src/tool/bmpAWebp/i18n/fr.ts +13 -23
- package/src/tool/bmpAWebp/i18n/id.ts +8 -18
- package/src/tool/bmpAWebp/i18n/it.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ja.ts +7 -17
- package/src/tool/bmpAWebp/i18n/ko.ts +7 -17
- package/src/tool/bmpAWebp/i18n/nl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pt.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ru.ts +10 -20
- package/src/tool/bmpAWebp/i18n/sv.ts +8 -18
- package/src/tool/bmpAWebp/i18n/tr.ts +8 -18
- package/src/tool/bmpAWebp/i18n/zh.ts +8 -18
- package/src/tool/bmpAWebp/seo.astro +2 -1
- package/src/tool/gifAJpg/bibliography.ts +12 -0
- package/src/tool/gifAJpg/entry.ts +2 -0
- package/src/tool/gifAJpg/i18n/de.ts +1 -11
- package/src/tool/gifAJpg/i18n/en.ts +1 -11
- package/src/tool/gifAJpg/i18n/es.ts +1 -11
- package/src/tool/gifAJpg/i18n/fr.ts +9 -19
- package/src/tool/gifAJpg/i18n/id.ts +1 -11
- package/src/tool/gifAJpg/i18n/it.ts +1 -11
- package/src/tool/gifAJpg/i18n/ja.ts +1 -11
- package/src/tool/gifAJpg/i18n/ko.ts +1 -11
- package/src/tool/gifAJpg/i18n/nl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pt.ts +1 -11
- package/src/tool/gifAJpg/i18n/ru.ts +2 -12
- package/src/tool/gifAJpg/i18n/sv.ts +1 -11
- package/src/tool/gifAJpg/i18n/tr.ts +1 -11
- package/src/tool/gifAJpg/i18n/zh.ts +1 -11
- package/src/tool/gifAJpg/seo.astro +2 -1
- package/src/tool/gifAPng/bibliography.ts +12 -0
- package/src/tool/gifAPng/entry.ts +2 -0
- package/src/tool/gifAPng/i18n/de.ts +2 -12
- package/src/tool/gifAPng/i18n/en.ts +3 -13
- package/src/tool/gifAPng/i18n/es.ts +2 -12
- package/src/tool/gifAPng/i18n/fr.ts +11 -21
- package/src/tool/gifAPng/i18n/id.ts +2 -12
- package/src/tool/gifAPng/i18n/it.ts +2 -12
- package/src/tool/gifAPng/i18n/ja.ts +1 -11
- package/src/tool/gifAPng/i18n/ko.ts +1 -11
- package/src/tool/gifAPng/i18n/nl.ts +2 -12
- package/src/tool/gifAPng/i18n/pl.ts +3 -13
- package/src/tool/gifAPng/i18n/pt.ts +2 -12
- package/src/tool/gifAPng/i18n/ru.ts +3 -13
- package/src/tool/gifAPng/i18n/sv.ts +3 -13
- package/src/tool/gifAPng/i18n/tr.ts +1 -11
- package/src/tool/gifAPng/i18n/zh.ts +2 -12
- package/src/tool/gifAPng/seo.astro +2 -1
- package/src/tool/gifAWebp/bibliography.ts +12 -0
- package/src/tool/gifAWebp/entry.ts +2 -0
- package/src/tool/gifAWebp/i18n/de.ts +3 -13
- package/src/tool/gifAWebp/i18n/en.ts +3 -13
- package/src/tool/gifAWebp/i18n/es.ts +1 -11
- package/src/tool/gifAWebp/i18n/fr.ts +11 -21
- package/src/tool/gifAWebp/i18n/id.ts +3 -13
- package/src/tool/gifAWebp/i18n/it.ts +1 -11
- package/src/tool/gifAWebp/i18n/ja.ts +1 -11
- package/src/tool/gifAWebp/i18n/ko.ts +1 -11
- package/src/tool/gifAWebp/i18n/nl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pt.ts +3 -13
- package/src/tool/gifAWebp/i18n/ru.ts +7 -17
- package/src/tool/gifAWebp/i18n/sv.ts +3 -13
- package/src/tool/gifAWebp/i18n/tr.ts +1 -11
- package/src/tool/gifAWebp/i18n/zh.ts +4 -14
- package/src/tool/gifAWebp/seo.astro +2 -1
- package/src/tool/imagenBase64/bibliography.ts +12 -0
- package/src/tool/imagenBase64/entry.ts +2 -0
- package/src/tool/imagenBase64/i18n/de.ts +7 -17
- package/src/tool/imagenBase64/i18n/en.ts +7 -17
- package/src/tool/imagenBase64/i18n/es.ts +7 -17
- package/src/tool/imagenBase64/i18n/fr.ts +17 -27
- package/src/tool/imagenBase64/i18n/id.ts +7 -17
- package/src/tool/imagenBase64/i18n/it.ts +6 -16
- package/src/tool/imagenBase64/i18n/ja.ts +1 -11
- package/src/tool/imagenBase64/i18n/ko.ts +1 -11
- package/src/tool/imagenBase64/i18n/nl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pt.ts +7 -17
- package/src/tool/imagenBase64/i18n/ru.ts +9 -19
- package/src/tool/imagenBase64/i18n/sv.ts +7 -17
- package/src/tool/imagenBase64/i18n/tr.ts +2 -12
- package/src/tool/imagenBase64/i18n/zh.ts +7 -17
- package/src/tool/imagenBase64/seo.astro +2 -1
- package/src/tool/jpgAIco/bibliography.ts +12 -0
- package/src/tool/jpgAIco/entry.ts +2 -0
- package/src/tool/jpgAIco/i18n/de.ts +9 -19
- package/src/tool/jpgAIco/i18n/en.ts +9 -19
- package/src/tool/jpgAIco/i18n/es.ts +7 -17
- package/src/tool/jpgAIco/i18n/fr.ts +13 -23
- package/src/tool/jpgAIco/i18n/id.ts +9 -19
- package/src/tool/jpgAIco/i18n/it.ts +3 -13
- package/src/tool/jpgAIco/i18n/ja.ts +2 -12
- package/src/tool/jpgAIco/i18n/ko.ts +2 -12
- package/src/tool/jpgAIco/i18n/nl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pt.ts +9 -19
- package/src/tool/jpgAIco/i18n/ru.ts +11 -21
- package/src/tool/jpgAIco/i18n/sv.ts +9 -19
- package/src/tool/jpgAIco/i18n/tr.ts +3 -13
- package/src/tool/jpgAIco/i18n/zh.ts +9 -19
- package/src/tool/jpgAIco/seo.astro +2 -1
- package/src/tool/jpgAPng/bibliography.ts +12 -0
- package/src/tool/jpgAPng/entry.ts +2 -0
- package/src/tool/jpgAPng/i18n/de.ts +7 -17
- package/src/tool/jpgAPng/i18n/en.ts +9 -19
- package/src/tool/jpgAPng/i18n/es.ts +7 -17
- package/src/tool/jpgAPng/i18n/fr.ts +13 -23
- package/src/tool/jpgAPng/i18n/id.ts +7 -17
- package/src/tool/jpgAPng/i18n/it.ts +5 -15
- package/src/tool/jpgAPng/i18n/ja.ts +3 -13
- package/src/tool/jpgAPng/i18n/ko.ts +3 -13
- package/src/tool/jpgAPng/i18n/nl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pt.ts +7 -17
- package/src/tool/jpgAPng/i18n/ru.ts +10 -20
- package/src/tool/jpgAPng/i18n/sv.ts +7 -17
- package/src/tool/jpgAPng/i18n/tr.ts +6 -16
- package/src/tool/jpgAPng/i18n/zh.ts +8 -18
- package/src/tool/jpgAPng/seo.astro +2 -1
- package/src/tool/jpgAWebp/bibliography.ts +12 -0
- package/src/tool/jpgAWebp/entry.ts +2 -0
- package/src/tool/jpgAWebp/i18n/de.ts +10 -20
- package/src/tool/jpgAWebp/i18n/en.ts +10 -20
- package/src/tool/jpgAWebp/i18n/es.ts +4 -14
- package/src/tool/jpgAWebp/i18n/fr.ts +16 -26
- package/src/tool/jpgAWebp/i18n/id.ts +10 -20
- package/src/tool/jpgAWebp/i18n/it.ts +6 -16
- package/src/tool/jpgAWebp/i18n/ja.ts +2 -12
- package/src/tool/jpgAWebp/i18n/ko.ts +3 -13
- package/src/tool/jpgAWebp/i18n/nl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pt.ts +10 -20
- package/src/tool/jpgAWebp/i18n/ru.ts +10 -20
- package/src/tool/jpgAWebp/i18n/sv.ts +10 -20
- package/src/tool/jpgAWebp/i18n/tr.ts +5 -15
- package/src/tool/jpgAWebp/i18n/zh.ts +9 -19
- package/src/tool/jpgAWebp/seo.astro +2 -1
- package/src/tool/pngAIco/bibliography.ts +12 -0
- package/src/tool/pngAIco/entry.ts +2 -0
- package/src/tool/pngAIco/i18n/de.ts +8 -18
- package/src/tool/pngAIco/i18n/en.ts +8 -18
- package/src/tool/pngAIco/i18n/es.ts +8 -18
- package/src/tool/pngAIco/i18n/fr.ts +14 -24
- package/src/tool/pngAIco/i18n/id.ts +8 -18
- package/src/tool/pngAIco/i18n/it.ts +4 -14
- package/src/tool/pngAIco/i18n/ja.ts +2 -12
- package/src/tool/pngAIco/i18n/ko.ts +2 -12
- package/src/tool/pngAIco/i18n/nl.ts +8 -18
- package/src/tool/pngAIco/i18n/pl.ts +8 -18
- package/src/tool/pngAIco/i18n/pt.ts +8 -18
- package/src/tool/pngAIco/i18n/ru.ts +11 -21
- package/src/tool/pngAIco/i18n/sv.ts +8 -18
- package/src/tool/pngAIco/i18n/tr.ts +7 -17
- package/src/tool/pngAIco/i18n/zh.ts +8 -18
- package/src/tool/pngAIco/seo.astro +2 -1
- package/src/tool/pngAJpg/bibliography.ts +12 -0
- package/src/tool/pngAJpg/entry.ts +2 -0
- package/src/tool/pngAJpg/i18n/de.ts +1 -11
- package/src/tool/pngAJpg/i18n/en.ts +1 -11
- package/src/tool/pngAJpg/i18n/es.ts +1 -11
- package/src/tool/pngAJpg/i18n/fr.ts +3 -13
- package/src/tool/pngAJpg/i18n/id.ts +1 -11
- package/src/tool/pngAJpg/i18n/it.ts +1 -11
- package/src/tool/pngAJpg/i18n/ja.ts +1 -11
- package/src/tool/pngAJpg/i18n/ko.ts +1 -11
- package/src/tool/pngAJpg/i18n/nl.ts +1 -11
- package/src/tool/pngAJpg/i18n/pl.ts +7 -17
- package/src/tool/pngAJpg/i18n/pt.ts +1 -11
- package/src/tool/pngAJpg/i18n/ru.ts +9 -19
- package/src/tool/pngAJpg/i18n/sv.ts +1 -11
- package/src/tool/pngAJpg/i18n/tr.ts +1 -11
- package/src/tool/pngAJpg/i18n/zh.ts +6 -16
- package/src/tool/pngAJpg/seo.astro +2 -1
- package/src/tool/pngAWebp/bibliography.ts +16 -0
- package/src/tool/pngAWebp/entry.ts +2 -0
- package/src/tool/pngAWebp/i18n/de.ts +7 -21
- package/src/tool/pngAWebp/i18n/en.ts +7 -21
- package/src/tool/pngAWebp/i18n/es.ts +6 -20
- package/src/tool/pngAWebp/i18n/fr.ts +13 -27
- package/src/tool/pngAWebp/i18n/id.ts +7 -21
- package/src/tool/pngAWebp/i18n/it.ts +3 -17
- package/src/tool/pngAWebp/i18n/ja.ts +2 -16
- package/src/tool/pngAWebp/i18n/ko.ts +2 -16
- package/src/tool/pngAWebp/i18n/nl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pt.ts +6 -20
- package/src/tool/pngAWebp/i18n/ru.ts +8 -22
- package/src/tool/pngAWebp/i18n/sv.ts +7 -21
- package/src/tool/pngAWebp/i18n/tr.ts +6 -20
- package/src/tool/pngAWebp/i18n/zh.ts +6 -20
- package/src/tool/pngAWebp/seo.astro +2 -1
- package/src/tool/svgAJpg/bibliography.ts +12 -0
- package/src/tool/svgAJpg/entry.ts +2 -0
- package/src/tool/svgAJpg/i18n/de.ts +2 -12
- package/src/tool/svgAJpg/i18n/en.ts +1 -11
- package/src/tool/svgAJpg/i18n/es.ts +1 -11
- package/src/tool/svgAJpg/i18n/fr.ts +6 -16
- package/src/tool/svgAJpg/i18n/id.ts +1 -11
- package/src/tool/svgAJpg/i18n/it.ts +1 -11
- package/src/tool/svgAJpg/i18n/ja.ts +1 -11
- package/src/tool/svgAJpg/i18n/ko.ts +1 -11
- package/src/tool/svgAJpg/i18n/nl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pt.ts +1 -11
- package/src/tool/svgAJpg/i18n/ru.ts +3 -13
- package/src/tool/svgAJpg/i18n/sv.ts +1 -11
- package/src/tool/svgAJpg/i18n/tr.ts +1 -11
- package/src/tool/svgAJpg/i18n/zh.ts +1 -11
- package/src/tool/svgAJpg/seo.astro +2 -1
- package/src/tool/svgAPng/bibliography.ts +12 -0
- package/src/tool/svgAPng/entry.ts +2 -0
- package/src/tool/svgAPng/i18n/de.ts +3 -13
- package/src/tool/svgAPng/i18n/en.ts +3 -13
- package/src/tool/svgAPng/i18n/es.ts +1 -11
- package/src/tool/svgAPng/i18n/fr.ts +9 -19
- package/src/tool/svgAPng/i18n/id.ts +3 -13
- package/src/tool/svgAPng/i18n/it.ts +3 -13
- package/src/tool/svgAPng/i18n/ja.ts +1 -11
- package/src/tool/svgAPng/i18n/ko.ts +1 -11
- package/src/tool/svgAPng/i18n/nl.ts +3 -13
- package/src/tool/svgAPng/i18n/pl.ts +3 -13
- package/src/tool/svgAPng/i18n/pt.ts +3 -13
- package/src/tool/svgAPng/i18n/ru.ts +5 -15
- package/src/tool/svgAPng/i18n/sv.ts +3 -13
- package/src/tool/svgAPng/i18n/tr.ts +3 -13
- package/src/tool/svgAPng/i18n/zh.ts +3 -13
- package/src/tool/svgAPng/seo.astro +2 -1
- package/src/tool/webpAIco/bibliography.ts +12 -0
- package/src/tool/webpAIco/entry.ts +2 -0
- package/src/tool/webpAIco/i18n/de.ts +1 -11
- package/src/tool/webpAIco/i18n/en.ts +1 -11
- package/src/tool/webpAIco/i18n/es.ts +1 -11
- package/src/tool/webpAIco/i18n/fr.ts +5 -15
- package/src/tool/webpAIco/i18n/id.ts +1 -11
- package/src/tool/webpAIco/i18n/it.ts +1 -11
- package/src/tool/webpAIco/i18n/ja.ts +1 -11
- package/src/tool/webpAIco/i18n/ko.ts +1 -11
- package/src/tool/webpAIco/i18n/nl.ts +1 -11
- package/src/tool/webpAIco/i18n/pl.ts +1 -11
- package/src/tool/webpAIco/i18n/pt.ts +1 -11
- package/src/tool/webpAIco/i18n/ru.ts +3 -13
- package/src/tool/webpAIco/i18n/sv.ts +1 -11
- package/src/tool/webpAIco/i18n/tr.ts +1 -11
- package/src/tool/webpAIco/i18n/zh.ts +1 -12
- package/src/tool/webpAIco/seo.astro +2 -1
- package/src/tool/webpAJpg/bibliography.ts +16 -0
- package/src/tool/webpAJpg/entry.ts +2 -0
- package/src/tool/webpAJpg/i18n/de.ts +3 -17
- package/src/tool/webpAJpg/i18n/en.ts +3 -17
- package/src/tool/webpAJpg/i18n/es.ts +1 -15
- package/src/tool/webpAJpg/i18n/fr.ts +10 -24
- package/src/tool/webpAJpg/i18n/id.ts +3 -17
- package/src/tool/webpAJpg/i18n/it.ts +2 -16
- package/src/tool/webpAJpg/i18n/ja.ts +1 -15
- package/src/tool/webpAJpg/i18n/ko.ts +1 -15
- package/src/tool/webpAJpg/i18n/nl.ts +2 -16
- package/src/tool/webpAJpg/i18n/pl.ts +3 -17
- package/src/tool/webpAJpg/i18n/pt.ts +3 -17
- package/src/tool/webpAJpg/i18n/ru.ts +7 -21
- package/src/tool/webpAJpg/i18n/sv.ts +3 -17
- package/src/tool/webpAJpg/i18n/tr.ts +2 -16
- package/src/tool/webpAJpg/i18n/zh.ts +2 -16
- package/src/tool/webpAJpg/seo.astro +2 -1
- package/src/tool/webpAPng/bibliography.ts +16 -0
- package/src/tool/webpAPng/entry.ts +2 -0
- package/src/tool/webpAPng/i18n/de.ts +3 -17
- package/src/tool/webpAPng/i18n/en.ts +3 -17
- package/src/tool/webpAPng/i18n/es.ts +1 -15
- package/src/tool/webpAPng/i18n/fr.ts +9 -23
- package/src/tool/webpAPng/i18n/id.ts +3 -17
- package/src/tool/webpAPng/i18n/it.ts +3 -17
- package/src/tool/webpAPng/i18n/ja.ts +1 -15
- package/src/tool/webpAPng/i18n/ko.ts +1 -15
- package/src/tool/webpAPng/i18n/nl.ts +3 -17
- package/src/tool/webpAPng/i18n/pl.ts +3 -17
- package/src/tool/webpAPng/i18n/pt.ts +3 -17
- package/src/tool/webpAPng/i18n/ru.ts +4 -18
- package/src/tool/webpAPng/i18n/sv.ts +3 -17
- package/src/tool/webpAPng/i18n/tr.ts +2 -17
- package/src/tool/webpAPng/i18n/zh.ts +3 -17
- package/src/tool/webpAPng/seo.astro +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Formato AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Specifiche Portable Network Graphics (PNG)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF形式',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) 仕様',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF 형식',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) 사양',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF-formaat',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) Specificatie',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF is het ideale formaat voor het aanbieden van afbeeldingen op het web
|
|
63
|
+
html: 'AVIF is het ideale formaat voor het aanbieden van afbeeldingen op het web - klein, efficiënt en van hoge kwaliteit. Maar wanneer het tijd is om die afbeeldingen te bewerken, te retoucheren of ermee te werken in ontwerptools, wordt AVIF een obstakel. Figma, Photoshop, Illustrator, Sketch en vrijwel elke professionele ontwerptool verwachten PNG voor het werken met transparanties en verliesvrije bewerking. AVIF naar PNG converteren is de brug tussen de wereld van webdistributie en die van creatieve bewerking.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Moderne browsers decoderen AVIF standaard dankzij hun geïntegreerde AV1-engines. Bij het laden van het bestand decodeert de browser het in het geheugen met behoud van alle informatie van het alfakanaal. De gedecodeerde afbeelding
|
|
119
|
+
html: 'Moderne browsers decoderen AVIF standaard dankzij hun geïntegreerde AV1-engines. Bij het laden van het bestand decodeert de browser het in het geheugen met behoud van alle informatie van het alfakanaal. De gedecodeerde afbeelding - inclusief de transparanties - wordt op een HTML5-<code>Canvas</code>-element getekend met de juiste compositiemodus om het alfakanaal te behouden.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF en PNG zijn perfecte partners in een moderne workflow: AVIF voor efficiënte weblevering, PNG voor bewerking en samenwerking in ontwerptools. Met onze converter is de overgang van de een naar de ander direct, privé en behoudt elk detail
|
|
153
|
+
html: 'AVIF en PNG zijn perfecte partners in een moderne workflow: AVIF voor efficiënte weblevering, PNG voor bewerking en samenwerking in ontwerptools. Met onze converter is de overgang van de een naar de ander direct, privé en behoudt elk detail - precies wat je nodig hebt wanneer je visuele assets belangrijk zijn.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Format AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Specyfikacja formatu Portable Network Graphics (PNG)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF to format idealny do dostarczania obrazów w sieci
|
|
63
|
+
html: 'AVIF to format idealny do dostarczania obrazów w sieci - małe pliki, wysoka jakość. Kiedy jednak przychodzi czas na edycję, retusz lub pracę z tymi obrazami w narzędziach projektowych, AVIF staje się przeszkodą. Figma, Photoshop, Illustrator, Sketch i praktycznie każde profesjonalne narzędzie do projektowania oczekują przesyłania plików PNG do pracy z przezroczystościami i bezstratnej edycji. Konwersja AVIF na PNG to most między światem dystrybucji internetowej a światem kreatywnej edycji.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Nowoczesne przeglądarki dekodują format AVIF natywnie dzięki wbudowanym silnikom AV1. Przy ładowaniu pliku przeglądarka dekoduje go w pamięci, zachowując wszystkie informacje o kanale alfa. Zdekodowany obraz
|
|
119
|
+
html: 'Nowoczesne przeglądarki dekodują format AVIF natywnie dzięki wbudowanym silnikom AV1. Przy ładowaniu pliku przeglądarka dekoduje go w pamięci, zachowując wszystkie informacje o kanale alfa. Zdekodowany obraz - wraz z przezroczystościami - jest rysowany na elemencie <code>Canvas</code> HTML5 z odpowiednim trybem kompozycji w celu zachowania kanału alfa.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF i PNG to idealni partnerzy w nowoczesnym procesie roboczym: AVIF do wydajnej dystrybucji w sieci, PNG do edycji i współpracy w narzędziach projektowych. Dzięki naszemu konwerterowi przejście z jednego formatu do drugiego jest natychmiastowe, prywatne i zachowuje każdy detal
|
|
153
|
+
html: 'AVIF i PNG to idealni partnerzy w nowoczesnym procesie roboczym: AVIF do wydajnej dystrybucji w sieci, PNG do edycji i współpracy w narzędziach projektowych. Dzięki naszemu konwerterowi przejście z jednego formatu do drugiego jest natychmiastowe, prywatne i zachowuje każdy detal - dokładnie to, czego potrzebujesz, gdy Twoje zasoby wizualne mają znaczenie.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Formato AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Especificação Portable Network Graphics (PNG)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'O AVIF é o formato ideal para servir imagens na web
|
|
63
|
+
html: 'O AVIF é o formato ideal para servir imagens na web - pequeno, eficiente e de alta qualidade. Mas quando chega o momento de editar, retocar ou trabalhar com essas imagens em ferramentas de design, o AVIF torna-se um obstáculo. Figma, Photoshop, Illustrator, Sketch e praticamente qualquer ferramenta de design profissional esperam receber PNG para o trabalho com transparências e edição sem perda. Converter AVIF para PNG é a ponte entre o mundo da entrega web e o da edição criativa.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Os navegadores modernos descodificam AVIF de forma nativa graças aos seus motores AV1 integrados. Ao carregar o ficheiro, o navegador descodifica-o na memória, preservando toda a informação do canal alfa. A imagem descodificada
|
|
119
|
+
html: 'Os navegadores modernos descodificam AVIF de forma nativa graças aos seus motores AV1 integrados. Ao carregar o ficheiro, o navegador descodifica-o na memória, preservando toda a informação do canal alfa. A imagem descodificada - incluindo as suas transparências - é desenhada sobre um elemento <code>Canvas</code> HTML5 com o modo de composição correto para preservar o canal alfa.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF e PNG são parceiros perfeitos num fluxo de trabalho moderno: AVIF para a entrega eficiente na web, PNG para a edição e colaboração em ferramentas de design. Com o nosso conversor, a passagem de um para o outro é instantânea, privada e preserva cada detalhe
|
|
153
|
+
html: 'AVIF e PNG são parceiros perfeitos num fluxo de trabalho moderno: AVIF para a entrega eficiente na web, PNG para a edição e colaboração em ferramentas de design. Com o nosso conversor, a passagem de um para o outro é instantânea, privada e preserva cada detalhe - exatamente o que precisa quando os seus ativos visuais são importantes.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: Формат AVIF',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Спецификация Portable Network Graphics (PNG)',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF
|
|
63
|
+
html: 'AVIF - идеальный формат для предоставления изображений в интернете: маленькие файлы, эффективные и высокого качества. Но когда приходит время редактировать, ретушировать или работать с этими изображениями в инструментах дизайна, AVIF становится препятствием. Figma, Photoshop, Illustrator, Sketch и практически любой профессиональный инструмент дизайна ожидают получения PNG для работы с прозрачностью и редактирования без потерь. Конвертация AVIF в PNG - это мост между миром веб-дистрибуции и миром креативного редактирования.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -83,7 +73,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'PNG
|
|
76
|
+
html: 'PNG - нативный формат цифрового дизайна. С сжатием без потерь, полной поддержкой альфа-канала и универсальной совместимостью со всеми творческими инструментами, PNG является рабочим форматом по преимуществу. Когда вам нужно масштабировать, ретушировать, экспортировать в несколько форматов или работать со слоями, PNG гарантирует, что вы не потеряете ни одной детали или пикселя в этом процессе.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Современные браузеры декодируют AVIF нативно благодаря встроенным движкам AV1. При загрузке файла браузер декодирует его в памяти, сохраняя всю информацию об альфа-канале. Декодированное изображение
|
|
119
|
+
html: 'Современные браузеры декодируют AVIF нативно благодаря встроенным движкам AV1. При загрузке файла браузер декодирует его в памяти, сохраняя всю информацию об альфа-канале. Декодированное изображение - включая прозрачность - отрисовывается на элементе HTML5 <code>Canvas</code> с использованием правильного режима композиции для сохранения альфа-канала.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF и PNG
|
|
153
|
+
html: 'AVIF и PNG - идеальные партнеры в современном рабочем процессе: AVIF для эффективной дистрибуции в вебе, PNG для редактирования и совместной работы в инструментах дизайна. С нашим конвертером переход от одного к другому происходит мгновенно, конфиденциально и сохраняет каждую деталь - именно то, что вам нужно, когда ваши визуальные активы имеют значение.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF-formatet',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG)-specifikationen',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF är det idealiska formatet för att leverera bilder på webben
|
|
63
|
+
html: 'AVIF är det idealiska formatet för att leverera bilder på webben - litet, effektivt och av hög kvalitet. Men när det är dags att redigera, retuschera eller arbeta med dessa bilder i designverktyg, blir AVIF ett hinder. Figma, Photoshop, Illustrator, Sketch och praktiskt taget alla professionella designverktyg förväntar sig att få PNG för arbete med transparens och förlustfri redigering. Att konvertera AVIF till PNG är bron mellan webben och den kreativa redigeringens värld.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -126,7 +116,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Moderna webbläsare avkodar AVIF nativt tack vare sina integrerade AV1-motorer. Vid laddning av filen avkodar webbläsaren den i minnet och bevarar all information från alfakanalen. Den avkodade bilden
|
|
119
|
+
html: 'Moderna webbläsare avkodar AVIF nativt tack vare sina integrerade AV1-motorer. Vid laddning av filen avkodar webbläsaren den i minnet och bevarar all information från alfakanalen. Den avkodade bilden - inklusive dess transparens - ritas på ett HTML5 <code>Canvas</code>-element med rätt kompositionsläge för att bevara alfakanalen.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF och PNG är perfekta partners i ett modernt arbetsflöde: AVIF för effektiv leverans på webben, PNG för redigering och samarbete i designverktyg. Med vår konverterare är övergången från den ena till den andra omedelbar, privat och bevarar varje detalj
|
|
153
|
+
html: 'AVIF och PNG är perfekta partners i ett modernt arbetsflöde: AVIF för effektiv leverans på webben, PNG för redigering och samarbete i designverktyg. Med vår konverterare är övergången från den ena till den andra omedelbar, privat och bevarar varje detalj - exakt vad du behöver när dina visuella tillgångar spelar roll.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF Formatı',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) Spesifikasyonu',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAPngLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAPngLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Alliance for Open Media: AVIF 格式',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'W3C - Portable Network Graphics (PNG) 规范',
|
|
61
|
-
url: 'https://www.w3.org/TR/png/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF
|
|
63
|
+
html: 'AVIF 是在网页上分发图像的理想格式-小巧、高效且高质量。但是,当需要对这些图像进行编辑、修饰或在设计工具中处理时,AVIF 就成了障碍。Figma、Photoshop、Illustrator、Sketch 以及几乎所有的专业设计工具都期望接收 PNG 来进行透明度处理和无损编辑。将 AVIF 转换为 PNG 是连接网页分发世界与创意编辑世界之间的桥梁。',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAPngLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF 和 PNG 是现代工作流中的完美拍档:AVIF 用于高效网页分发,PNG
|
|
153
|
+
html: 'AVIF 和 PNG 是现代工作流中的完美拍档:AVIF 用于高效网页分发,PNG 用于设计工具内的编辑和协作。使用我们的转换器,两者之间的转换是即时的、私密的,且能保留每一个细节-这正是当您的视觉资产至关重要时所需要的。',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -9,6 +9,7 @@ interface Props {
|
|
|
9
9
|
|
|
10
10
|
const { locale = 'es' } = Astro.props;
|
|
11
11
|
const content = await avifAPng.i18n[locale]?.();
|
|
12
|
+
if (!content) return null;
|
|
12
13
|
---
|
|
13
14
|
|
|
14
|
-
{content && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
15
|
+
{content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { BibliographyEntry } from '../../types';
|
|
2
|
+
|
|
3
|
+
export const bibliography: BibliographyEntry[] = [
|
|
4
|
+
{
|
|
5
|
+
name: 'AV1 Image File Format',
|
|
6
|
+
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
name: 'Google WebP Format Overview',
|
|
10
|
+
url: 'https://developers.google.com/speed/webp',
|
|
11
|
+
},
|
|
12
|
+
];
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Format Overview',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF ist das fortschrittlichste Bildformat, das heute verfügbar ist: kleiner als WebP, kleiner als JPG, mit überlegener visueller Qualität. Die Akzeptanz war jedoch ungleichmäßig
|
|
63
|
+
html: 'AVIF ist das fortschrittlichste Bildformat, das heute verfügbar ist: kleiner als WebP, kleiner als JPG, mit überlegener visueller Qualität. Die Akzeptanz war jedoch ungleichmäßig - Safari unterstützte es erst 2024, und viele ältere Mobilgeräte kennen es nicht. WebP hingegen ist seit Jahren als der moderne Webstandard mit über 95 % globaler Unterstützung etabliert. Die Konvertierung von AVIF in WebP ist die pragmatische Entscheidung, wenn Sie Modernität benötigen, ohne die Kompatibilität zu riskieren.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,7 +69,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'AVIF bietet die fortschrittlichste verfügbare Kompression
|
|
72
|
+
html: 'AVIF bietet die fortschrittlichste verfügbare Kompression - typischerweise 20-30 % kleiner als WebP bei gleicher Qualität. Die auf AV1 basierende Technologie ist die modernste der Branche. Die AVIF-Unterstützung hat jedoch noch blinde Flecken: ältere Safari-Versionen, einige Browser auf älterem Android und bestimmte Desktop-Bildbetrachter erkennen es nicht. Für die Webproduktion mit großem und vielfältigem Publikum stellt dies ein Risiko dar.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -111,7 +101,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Vollständige Privatsphäre
|
|
104
|
+
'Vollständige Privatsphäre - 0 Bytes verlassen Ihr Gerät',
|
|
115
105
|
'Sofortige Geschwindigkeit ohne Netzwerkabhängigkeit',
|
|
116
106
|
'Keine Beschränkungen der Dateigröße oder Dateianzahl',
|
|
117
107
|
'Funktioniert ohne Internetverbindung',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'WebP: Die pragmatische Wahl des modernen Entwicklers',
|
|
138
|
-
html: 'WebP hat über 95 % Browser-Unterstützung
|
|
128
|
+
html: 'WebP hat über 95 % Browser-Unterstützung - AVIF wächst, erreicht diese Zahl aber noch nicht. Für Websites in Produktion ohne adaptive Formaterkennung ist WebP die sichere Wahl, die fast jedes Publikum abdeckt. Konvertieren Sie Ihre AVIFs in WebP und stellen Sie moderne Bilder mit Vertrauen bereit.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF ist die Spitze der Bildkompression, aber WebP ist die zuverlässige und universelle Wahl des modernen Web-Ökosystems. Mit unserem Tool konvertieren Sie im Handumdrehen vom Neuesten zum am besten Unterstützten
|
|
153
|
+
html: 'AVIF ist die Spitze der Bildkompression, aber WebP ist die zuverlässige und universelle Wahl des modernen Web-Ökosystems. Mit unserem Tool konvertieren Sie im Handumdrehen vom Neuesten zum am besten Unterstützten - ohne etwas auf einen Server hochzuladen, mit vollständiger Privatsphäre und ohne Größenbeschränkungen.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Format Overview',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF is the most advanced image format available today: smaller than WebP, smaller than JPG, with superior visual quality. However, its adoption has been uneven
|
|
63
|
+
html: 'AVIF is the most advanced image format available today: smaller than WebP, smaller than JPG, with superior visual quality. However, its adoption has been uneven - Safari did not support it until 2024, and many older mobile devices do not recognize it. WebP, on the other hand, has been established as the modern web standard for years with over 95% global support. Converting AVIF to WebP is the pragmatic decision when you need modernity without risking compatibility.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,7 +69,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'AVIF delivers the most advanced compression available
|
|
72
|
+
html: 'AVIF delivers the most advanced compression available - typically 20-30% smaller than WebP at the same quality. Its AV1-based technology is the most modern in the industry. However, AVIF support still has blind spots: older Safari versions, some browsers on older Android devices, and certain desktop image viewers do not recognize it. For production web with broad and diverse audiences, this poses a risk.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -111,7 +101,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Total privacy
|
|
104
|
+
'Total privacy - 0 bytes leave your device',
|
|
115
105
|
'Instant speed without network dependency',
|
|
116
106
|
'No size or file count limits',
|
|
117
107
|
'Works without an internet connection',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'WebP: the pragmatic choice of the modern developer',
|
|
138
|
-
html: 'WebP has over 95% browser support
|
|
128
|
+
html: 'WebP has over 95% browser support - AVIF is growing but has not reached that figure yet. For production sites without adaptive format detection, WebP is the safe choice that covers almost any audience. Convert your AVIFs to WebP and serve modern images with confidence.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF is the cutting edge of image compression, but WebP is the reliable and universal choice of the modern web ecosystem. With our tool, you convert from the newest to the most supported in an instant
|
|
153
|
+
html: 'AVIF is the cutting edge of image compression, but WebP is the reliable and universal choice of the modern web ecosystem. With our tool, you convert from the newest to the most supported in an instant - without uploading anything to any server, with total privacy and no size limits.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { AvifAWebpLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: AvifAWebpLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: AvifAWebpLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'AV1 Image File Format',
|
|
57
|
-
url: 'https://aomediacodec.github.io/av1-avif/',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Google WebP Format Overview',
|
|
61
|
-
url: 'https://developers.google.com/speed/webp',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: AvifAWebpLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'AVIF es el formato de imagen más avanzado disponible hoy: más pequeño que WebP, más pequeño que JPG, con calidad visual superior. Sin embargo, su adopción ha sido irregular
|
|
63
|
+
html: 'AVIF es el formato de imagen más avanzado disponible hoy: más pequeño que WebP, más pequeño que JPG, con calidad visual superior. Sin embargo, su adopción ha sido irregular - Safari no lo soportó hasta 2024, y muchos dispositivos móviles más antiguos lo desconocen. WebP, en cambio, lleva años consolidado como el estándar moderno de la web con más del 95% de soporte global. Convertir AVIF a WebP es la decisión pragmática cuando necesitas modernidad sin arriesgar la compatibilidad.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,7 +69,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'AVIF ofrece la compresión más avanzada disponible
|
|
72
|
+
html: 'AVIF ofrece la compresión más avanzada disponible - típicamente un 20-30% más pequeño que WebP a la misma calidad. Su tecnología basada en AV1 es la más moderna del sector. Sin embargo, el soporte de AVIF todavía tiene puntos ciegos: versiones antiguas de Safari, algunos navegadores en Android más antiguo, y ciertos reproductores de imagen de escritorio no lo reconocen. Para producción web con audiencias amplias y diversas, esto supone un riesgo.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
@@ -111,7 +101,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Privacidad total
|
|
104
|
+
'Privacidad total - 0 bytes salen de tu dispositivo',
|
|
115
105
|
'Velocidad instantánea sin dependencia de red',
|
|
116
106
|
'Sin límites de tamaño ni de número de archivos',
|
|
117
107
|
'Funciona sin conexión a internet',
|
|
@@ -135,7 +125,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'WebP: la elección pragmática del desarrollador moderno',
|
|
138
|
-
html: 'WebP tiene más del 95% de soporte en navegadores
|
|
128
|
+
html: 'WebP tiene más del 95% de soporte en navegadores - AVIF está creciendo pero aún no llega a esa cifra. Para sitios en producción sin detección de formato adaptativa, WebP es la elección segura que cubre casi cualquier audiencia. Convierte tus AVIF a WebP y sirve imágenes modernas con confianza.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -160,7 +150,7 @@ const seo: AvifAWebpLocaleContent['seo'] = [
|
|
|
160
150
|
},
|
|
161
151
|
{
|
|
162
152
|
type: 'paragraph',
|
|
163
|
-
html: 'AVIF es la vanguardia de la compresión de imágenes, pero WebP es la elección fiable y universal del ecosistema web moderno. Con nuestra herramienta, conviertes de lo más nuevo a lo más soportado en un instante
|
|
153
|
+
html: 'AVIF es la vanguardia de la compresión de imágenes, pero WebP es la elección fiable y universal del ecosistema web moderno. Con nuestra herramienta, conviertes de lo más nuevo a lo más soportado en un instante - sin subir nada a ningún servidor, con privacidad total y sin límites de tamaño.',
|
|
164
154
|
},
|
|
165
155
|
];
|
|
166
156
|
|