@jjlmoya/utils-social 1.2.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.
- package/package.json +59 -58
- package/src/category/i18n/de.ts +23 -0
- package/src/category/i18n/id.ts +23 -0
- package/src/category/i18n/it.ts +23 -0
- package/src/category/i18n/ja.ts +23 -0
- package/src/category/i18n/ko.ts +23 -0
- package/src/category/i18n/nl.ts +23 -0
- package/src/category/i18n/pl.ts +23 -0
- package/src/category/i18n/pt.ts +23 -0
- package/src/category/i18n/ru.ts +23 -0
- package/src/category/i18n/sv.ts +23 -0
- package/src/category/i18n/tr.ts +23 -0
- package/src/category/i18n/zh.ts +23 -0
- package/src/category/index.ts +12 -0
- package/src/index.ts +8 -0
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tests/locale_completeness.test.ts +1 -1
- package/src/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/slug_uniqueness.test.ts +81 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/redditFormatter/i18n/de.ts +193 -0
- package/src/tool/redditFormatter/i18n/en.ts +1 -1
- package/src/tool/redditFormatter/i18n/es.ts +1 -1
- package/src/tool/redditFormatter/i18n/fr.ts +1 -1
- package/src/tool/redditFormatter/i18n/id.ts +193 -0
- package/src/tool/redditFormatter/i18n/it.ts +193 -0
- package/src/tool/redditFormatter/i18n/ja.ts +193 -0
- package/src/tool/redditFormatter/i18n/ko.ts +193 -0
- package/src/tool/redditFormatter/i18n/nl.ts +193 -0
- package/src/tool/redditFormatter/i18n/pl.ts +193 -0
- package/src/tool/redditFormatter/i18n/pt.ts +193 -0
- package/src/tool/redditFormatter/i18n/ru.ts +193 -0
- package/src/tool/redditFormatter/i18n/sv.ts +193 -0
- package/src/tool/redditFormatter/i18n/tr.ts +193 -0
- package/src/tool/redditFormatter/i18n/zh.ts +193 -0
- package/src/tool/redditFormatter/index.ts +15 -7
- package/src/tool/safeZones/i18n/de.ts +244 -0
- package/src/tool/safeZones/i18n/id.ts +244 -0
- package/src/tool/safeZones/i18n/it.ts +244 -0
- package/src/tool/safeZones/i18n/ja.ts +244 -0
- package/src/tool/safeZones/i18n/ko.ts +244 -0
- package/src/tool/safeZones/i18n/nl.ts +244 -0
- package/src/tool/safeZones/i18n/pl.ts +244 -0
- package/src/tool/safeZones/i18n/pt.ts +244 -0
- package/src/tool/safeZones/i18n/ru.ts +244 -0
- package/src/tool/safeZones/i18n/sv.ts +244 -0
- package/src/tool/safeZones/i18n/tr.ts +244 -0
- package/src/tool/safeZones/i18n/zh.ts +244 -0
- package/src/tool/safeZones/index.ts +17 -9
- package/src/tool/socialImageResizer/i18n/de.ts +211 -0
- package/src/tool/socialImageResizer/i18n/en.ts +1 -1
- package/src/tool/socialImageResizer/i18n/id.ts +211 -0
- package/src/tool/socialImageResizer/i18n/it.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ja.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ko.ts +211 -0
- package/src/tool/socialImageResizer/i18n/nl.ts +211 -0
- package/src/tool/socialImageResizer/i18n/pl.ts +211 -0
- package/src/tool/socialImageResizer/i18n/pt.ts +211 -0
- package/src/tool/socialImageResizer/i18n/ru.ts +211 -0
- package/src/tool/socialImageResizer/i18n/sv.ts +211 -0
- package/src/tool/socialImageResizer/i18n/tr.ts +211 -0
- package/src/tool/socialImageResizer/i18n/zh.ts +211 -0
- package/src/tool/socialImageResizer/index.ts +16 -8
- package/src/tool/socialValueCalculator/i18n/de.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/es.ts +1 -1
- package/src/tool/socialValueCalculator/i18n/fr.ts +1 -1
- package/src/tool/socialValueCalculator/i18n/id.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/it.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ja.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ko.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/nl.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/pl.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/pt.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/ru.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/sv.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/tr.ts +306 -0
- package/src/tool/socialValueCalculator/i18n/zh.ts +306 -0
- package/src/tool/socialValueCalculator/index.ts +17 -9
- package/src/tool/tinderPhotoOptimizer/i18n/de.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/id.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/it.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ja.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ko.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/nl.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/pl.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/pt.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/ru.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/sv.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/tr.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/i18n/zh.ts +272 -0
- package/src/tool/tinderPhotoOptimizer/index.ts +17 -9
- package/src/tool/youtubeThumbnail/i18n/de.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/id.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/it.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ja.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ko.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/nl.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/pl.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/pt.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/ru.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/sv.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/tr.ts +207 -0
- package/src/tool/youtubeThumbnail/i18n/zh.ts +207 -0
- package/src/tool/youtubeThumbnail/index.ts +17 -9
- package/src/tool/youtubeThumbnailPreviewer/i18n/de.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/en.ts +1 -1
- package/src/tool/youtubeThumbnailPreviewer/i18n/es.ts +1 -1
- package/src/tool/youtubeThumbnailPreviewer/i18n/fr.ts +2 -2
- package/src/tool/youtubeThumbnailPreviewer/i18n/id.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/it.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ja.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ko.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/nl.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/pl.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/pt.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/ru.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/sv.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/tr.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/i18n/zh.ts +321 -0
- package/src/tool/youtubeThumbnailPreviewer/index.ts +24 -0
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SocialImageResizerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'bildgroesse-social-media-anpassen';
|
|
6
|
+
const title = 'Bildgröße Social Media anpassen: Zuschneiden & Ändern für jede Plattform';
|
|
7
|
+
const description =
|
|
8
|
+
'Passen Sie die Größe Ihrer Fotos für Instagram, TikTok, YouTube und mehr an. Intelligentes Zuschneiden mit aktualisierten offiziellen Maßen für 2026.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Geht beim Ändern der Bildgröße die Qualität verloren?',
|
|
13
|
+
answer:
|
|
14
|
+
'Nein, wir verwenden hochwertige Glättungsalgorithmen. Es wird empfohlen, ein Originalbild mit einer Auflösung hochzuladen, die mindestens so groß wie das Zielformat ist.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Ist es sicher, meine Fotos hier hochzuladen?',
|
|
18
|
+
answer:
|
|
19
|
+
'Absolut. Die Verarbeitung erfolgt lokal in Ihrem Browser mittels Canvas API. Ihre Fotos werden niemals an einen Server gesendet.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Welche Formate werden unterstützt?',
|
|
23
|
+
answer:
|
|
24
|
+
'Wir unterstützen JPG, PNG, WebP und AVIF für den Upload. Downloads werden als hochwertige JPGs für maximale Kompatibilität optimiert.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Bild hochladen',
|
|
31
|
+
text: 'Ziehen Sie Ihre Datei per Drag & Drop hierher oder wählen Sie sie auf Ihrem Gerät aus.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Format wählen',
|
|
35
|
+
text: 'Wählen Sie das gewünschte soziale Netzwerk und die Art der Veröffentlichung aus dem Seitenmenü.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Anpassen und herunterladen',
|
|
39
|
+
text: 'Richten Sie Ihr Foto durch Ziehen aus und nutzen Sie den Zoom für den perfekten Ausschnitt. Klicken Sie abschließend auf Herunterladen.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faqData.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howToData.map((step, i) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
position: i + 1,
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilityApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
74
|
+
inLanguage: 'de',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent<SocialImageResizerUI> = {
|
|
78
|
+
slug,
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
faqTitle: 'Häufig gestellte Fragen',
|
|
82
|
+
faq: faqData,
|
|
83
|
+
bibliographyTitle: 'Referenzen',
|
|
84
|
+
bibliography: [
|
|
85
|
+
{
|
|
86
|
+
name: 'MDN Web Docs: Canvas API',
|
|
87
|
+
url: 'https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Sprout Social: Social Media Image Sizes Guide 2026',
|
|
91
|
+
url: 'https://sproutsocial.com/insights/social-media-image-sizes-guide/',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
howTo: howToData,
|
|
95
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
96
|
+
seo: [
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Social Media Bildgröße anpassen für jede Plattform',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: 'Im heutigen digitalen Ökosystem ist der erste Eindruck visuell. Jedes soziale Netzwerk arbeitet mit spezifischen Algorithmen, die Inhalte bevorzugen, die nativ an ihre Proportionen angepasst sind. Unser Social Media Image Resizer ist nicht nur ein technisches Werkzeug – er ist Ihr Partner, um sicherzustellen, dass Ihre Botschaft ohne unerwünschte Zuschnitte oder Qualitätsverluste ankommt.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'paragraph',
|
|
108
|
+
html: 'Egal, ob Sie ein Landschaftsfoto in ein markantes Hochformat für Instagram Stories umwandeln oder ein Design für ein komplexes YouTube-Banner anpassen müssen: Unser Tool nutzt ein intelligentes Zuschnittsystem, mit dem Sie Ihr Bild direkt im Browser präzise positionieren und skalieren können.',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: 'Offizielle Social Media Bildgrößen 2026',
|
|
113
|
+
level: 3,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'grid',
|
|
117
|
+
columns: [
|
|
118
|
+
{ title: 'Instagram — Quadratischer Post', body: '1080 × 1080 px · Verhältnis 1:1' },
|
|
119
|
+
{ title: 'Instagram — Vertikaler Post', body: '1080 × 1350 px · Verhältnis 4:5' },
|
|
120
|
+
{ title: 'TikTok / Reels — Vertikal', body: '1080 × 1920 px · Verhältnis 9:16' },
|
|
121
|
+
{ title: 'YouTube — Thumbnail', body: '1280 × 720 px · Verhältnis 16:9' },
|
|
122
|
+
{ title: 'YouTube Kanal Banner', body: '2560 × 1440 px · Verhältnis 16:9' },
|
|
123
|
+
{ title: 'X (Twitter) Standard Post', body: '1200 × 675 px · Verhältnis 16:9' },
|
|
124
|
+
{ title: 'LinkedIn Profil Header', body: '1584 × 396 px · Verhältnis 4:1' },
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'grid',
|
|
129
|
+
columns: [
|
|
130
|
+
{
|
|
131
|
+
title: 'Instagram',
|
|
132
|
+
body: 'Das quadratische Format (1:1) bleibt ein Klassiker, aber das Hochformat (4:5) nimmt mehr Bildschirmfläche ein und generiert im Feed bis zu 30 % mehr Interaktionen.',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
title: 'Short Form Content',
|
|
136
|
+
body: 'Für TikTok und Reels ist der Standard 9:16. Dieses immersive Format erfordert die perfekte Ausrichtung des zentralen Motivs, damit es nicht von der App-UI verdeckt wird.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Visuelles Engagement',
|
|
140
|
+
body: 'Von Thumbnails bis zu Bannern: Jedes Bild hat Einfluss auf die Klickrate. Ein präziser Zuschnitt stellt sicher, dass Texte und Schlüsselelemente immer lesbar sind.',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: 'Professionelles Branding',
|
|
144
|
+
body: 'In Netzwerken wie LinkedIn bedeutet Schärfe Autorität. Header benötigen spezifische Verhältnisse, um auf hochauflösenden Bildschirmen nicht pixelig zu wirken.',
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Warum das Seitenverhältnis wichtig ist',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'paragraph',
|
|
155
|
+
html: 'Das Seitenverhältnis ist das proportionale Verhältnis zwischen Breite und Höhe eines Bildes. Wird es ignoriert, müssen Plattformen zoomen oder schwarze Balken hinzufügen, was die Ästhetik und die organische Reichweite beeinträchtigt.',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'list',
|
|
159
|
+
items: [
|
|
160
|
+
'Verhindert, dass Texte oder Logos von App-Icons abgeschnitten werden.',
|
|
161
|
+
'Erhält die optimale Pixeldichte ohne Verzerrung oder Streckung des Originalfotos.',
|
|
162
|
+
'Spart Zeit, indem alle offiziellen Maße in einem einzigen Web-Tool zentralisiert werden.',
|
|
163
|
+
'Verbessert die Ladegeschwindigkeit durch Erstellung von Dateien mit exakten Maßen.',
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'tip',
|
|
168
|
+
title: 'Tipp zur Bildkomposition',
|
|
169
|
+
html: '<p>Nutzen Sie beim manuellen Verschieben die Drittel-Regel. Platzieren Sie das Hauptmotiv an einem der Schnittpunkte des Gitters für dynamischere und professionellere Ergebnisse.</p>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'title',
|
|
173
|
+
text: 'Schritte zum perfekten Bildausschnitt',
|
|
174
|
+
level: 3,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'list',
|
|
178
|
+
items: [
|
|
179
|
+
'Format wählen: Wählen Sie die Plattform und den Beitragstyp im Seitenmenü.',
|
|
180
|
+
'Bild hochladen: Ziehen Sie Ihre Datei in das Fenster oder nutzen Sie die Dateiauswahl.',
|
|
181
|
+
'Rahmen anpassen: Verschieben Sie das Foto im sichtbaren Bereich und nutzen Sie den Zoom.',
|
|
182
|
+
'Sofortiger Export: Klicken Sie auf Herunterladen, um Ihr Bild sofort zu erhalten.',
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Datenschutz und lokale Verarbeitung',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'Ihre Privatsphäre ist uns wichtig. Dieser Resizer verarbeitet Bilder lokal in Ihrem Browser mittels Canvas API. Ihre Fotos werden niemals auf einen externen Server hochgeladen.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Professionelle Optimierung für Social Media',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'paragraph',
|
|
201
|
+
html: 'Die professionelle Anpassung Ihrer visuellen Inhalte ist eine direkte Wachstumsstrategie. Unser Tool vereinfacht den Workflow für Ersteller und Community-Manager.',
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
ui: {
|
|
205
|
+
sidebarTitle: 'Social Formate',
|
|
206
|
+
uploadTitle: 'Bild hochladen',
|
|
207
|
+
uploadSubtitle: 'Foto hierher ziehen oder für Auswahl klicken',
|
|
208
|
+
btnReset: 'Zurücksetzen',
|
|
209
|
+
btnDownload: 'Bild herunterladen',
|
|
210
|
+
},
|
|
211
|
+
};
|
|
@@ -3,7 +3,7 @@ import type { ToolLocaleContent } from '../../../types';
|
|
|
3
3
|
import type { SocialImageResizerUI } from '../ui';
|
|
4
4
|
|
|
5
5
|
const slug = 'social-media-image-resizer';
|
|
6
|
-
const title = 'Social Media Image Resizer
|
|
6
|
+
const title = 'Social Media Image Resizer: Crop & Resize for Every Platform';
|
|
7
7
|
const description =
|
|
8
8
|
'Resize and crop your photos for Instagram, TikTok, YouTube and more. Smart cropping with updated official dimensions for 2026.';
|
|
9
9
|
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SocialImageResizerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'pengubah-ukuran-gambar-media-sosial';
|
|
6
|
+
const title = 'Pengubah Ukuran Gambar Media Sosial: Potong & Ubah Ukuran untuk Setiap Platform';
|
|
7
|
+
const description =
|
|
8
|
+
'Ubah ukuran dan potong foto Anda untuk Instagram, TikTok, YouTube, dan lainnya. Pemotongan cerdas dengan dimensi resmi terbaru untuk tahun 2026.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'Apakah kualitas gambar akan hilang saat mengubah ukuran?',
|
|
13
|
+
answer:
|
|
14
|
+
'Tidak, kami menggunakan algoritma penghalusan berkualitas tinggi. Disarankan untuk mengunggah gambar asli dengan resolusi yang sama atau lebih besar dari format target.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'Apakah aman mengunggah foto saya di sini?',
|
|
18
|
+
answer:
|
|
19
|
+
'Sangat aman. Pemrosesan dilakukan secara lokal di browser Anda menggunakan Canvas API. Foto Anda tidak pernah dikirim ke server mana pun.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Format apa saja yang didukung?',
|
|
23
|
+
answer:
|
|
24
|
+
'Kami mendukung JPG, PNG, WebP, dan AVIF untuk pengunggahan. Unduhan dioptimalkan sebagai JPG berkualitas tinggi untuk kompatibilitas maksimum.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Unggah gambar Anda',
|
|
31
|
+
text: 'Seret file Anda atau telusuri perangkat Anda untuk memulai proses.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Pilih format',
|
|
35
|
+
text: 'Pilih jejaring sosial dan jenis publikasi yang Anda butuhkan dari menu samping.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Sesuaikan dan unduh',
|
|
39
|
+
text: 'Bingkai foto Anda dengan menyeretnya dan gunakan zoom untuk pemotongan yang sempurna. Jika sudah selesai, klik unduh.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faqData.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howToData.map((step, i) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
position: i + 1,
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilityApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'IDR' },
|
|
74
|
+
inLanguage: 'id',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent<SocialImageResizerUI> = {
|
|
78
|
+
slug,
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
faqTitle: 'Pertanyaan yang Sering Diajukan',
|
|
82
|
+
faq: faqData,
|
|
83
|
+
bibliographyTitle: 'Referensi',
|
|
84
|
+
bibliography: [
|
|
85
|
+
{
|
|
86
|
+
name: 'MDN Web Docs: Canvas API',
|
|
87
|
+
url: 'https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Sprout Social: Panduan Ukuran Gambar Media Sosial 2026',
|
|
91
|
+
url: 'https://sproutsocial.com/insights/social-media-image-sizes-guide/',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
howTo: howToData,
|
|
95
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
96
|
+
seo: [
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Pengubah Ukuran Gambar Media Sosial untuk Setiap Platform',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: 'Dalam ekosistem digital saat ini, kesan pertama adalah visual. Setiap jejaring sosial beroperasi di bawah algoritma spesifik yang memprioritaskan konten yang diadaptasi secara asli ke proporsinya. Pengubah ukuran gambar media sosial kami bukan sekadar alat teknis — ini adalah sekutu Anda untuk memastikan pesan Anda sampai tanpa pemotongan yang tidak diinginkan atau kehilangan kualitas.',
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'paragraph',
|
|
108
|
+
html: 'Baik Anda perlu mengonversi foto lanskap menjadi vertikal yang mencolok untuk Instagram Stories atau mengadaptasi desain untuk banner YouTube yang kompleks, utilitas kami menggunakan sistem pemotongan cerdas yang memungkinkan Anda memposisikan dan menskalakan gambar dengan presisi langsung di browser Anda.',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: 'Ukuran Gambar Media Sosial Resmi 2026',
|
|
113
|
+
level: 3,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'grid',
|
|
117
|
+
columns: [
|
|
118
|
+
{ title: 'Instagram — Postingan Kotak', body: '1080 × 1080 px · Rasio 1:1' },
|
|
119
|
+
{ title: 'Instagram — Postingan Vertikal', body: '1080 × 1350 px · Rasio 4:5' },
|
|
120
|
+
{ title: 'TikTok / Reels — Vertikal', body: '1080 × 1920 px · Rasio 9:16' },
|
|
121
|
+
{ title: 'YouTube — Thumbnail', body: '1280 × 720 px · Rasio 16:9' },
|
|
122
|
+
{ title: 'YouTube — Banner Channel', body: '2560 × 1440 px · Rasio 16:9' },
|
|
123
|
+
{ title: 'X (Twitter) — Postingan Standar', body: '1200 × 675 px · Rasio 16:9' },
|
|
124
|
+
{ title: 'LinkedIn — Sampul Profil', body: '1584 × 396 px · Rasio 4:1' },
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'grid',
|
|
129
|
+
columns: [
|
|
130
|
+
{
|
|
131
|
+
title: 'Instagram',
|
|
132
|
+
body: 'Format kotak 1:1 tetap menjadi klasik, tetapi vertikal 4:5 memakan lebih banyak ruang layar dan menghasilkan keterlibatan hingga 30% lebih banyak di feed berita.',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
title: 'Konten Bentuk Pendek',
|
|
136
|
+
body: 'Untuk TikTok dan Reels, standarnya adalah 9:16. Format imersif ini menuntut titik fokus sejajar sempurna untuk menghindari tertutup oleh UI aplikasi.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Keterlibatan Visual',
|
|
140
|
+
body: 'Dari thumbnail hingga banner, setiap aset memiliki bobot tertentu dalam rasio klik-tayang. Pemotongan yang tepat memastikan teks dan elemen kunci selalu terbaca.',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: 'Branding Profesional',
|
|
144
|
+
body: 'Pada jaringan profesional seperti LinkedIn, ketajaman adalah otoritas. Header memerlukan rasio spesifik agar tidak terlihat pecah pada layar kepadatan tinggi.',
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Mengapa Rasio Aspek Penting',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'paragraph',
|
|
155
|
+
html: 'Rasio aspek adalah hubungan proporsional antara lebar dan tinggi sebuah gambar. Mengabaikannya memaksa platform untuk melakukan zoom atau menambahkan bilah hitam, yang merusak estetika dan jangkauan organik.',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'list',
|
|
159
|
+
items: [
|
|
160
|
+
'Mencegah teks atau logo terpotong oleh ikon aplikasi asli.',
|
|
161
|
+
'Mempertahankan kerapatan piksel optimal tanpa mendistorsi atau meregangkan foto asli.',
|
|
162
|
+
'Menghemat waktu dengan memusatkan semua pengukuran resmi dalam satu alat web.',
|
|
163
|
+
'Meningkatkan kecepatan pemuatan dengan menghasilkan file dengan berat dan dimensi yang tepat.',
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'tip',
|
|
168
|
+
title: 'Tips Komposisi',
|
|
169
|
+
html: '<p>Saat menggunakan fitur seret manual kami, cobalah meletakkan subjek utama foto Anda di salah satu titik potong kisi. Ini menciptakan komposisi yang lebih dinamis dan profesional untuk jaringan sosial Anda.</p>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'title',
|
|
173
|
+
text: 'Langkah-langkah untuk Pemotongan Sempurna',
|
|
174
|
+
level: 3,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'list',
|
|
178
|
+
items: [
|
|
179
|
+
'Pilih format Anda: Pilih platform dan jenis publikasi dari menu samping.',
|
|
180
|
+
'Unggah gambar: Seret file Anda atau gunakan pemilih file untuk mengimpor foto Anda.',
|
|
181
|
+
'Sesuaikan bingkai: Seret foto di dalam area yang terlihat dan gunakan zoom untuk presisi.',
|
|
182
|
+
'Ekspor instan: Klik unduh untuk menyiapkan gambar Anda untuk diterbitkan.',
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Privasi dan Pemrosesan Lokal',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'Privasi Anda mutlak. Pengubah ukuran ini memproses gambar secara lokal di browser Anda menggunakan Canvas API. Foto Anda tidak pernah diunggah ke server eksternal mana pun, menjamin keamanan lengkap dan kecepatan pemrosesan instan.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Optimasi Profesional untuk Media Sosia',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'paragraph',
|
|
201
|
+
html: 'Mengadaptasi konten visual Anda secara profesional adalah strategi pertumbuhan langsung. Alat kami menyederhanakan alur kerja bagi kreator dan manajer komunitas, memastikan setiap postingan terlihat sempurna di perangkat dan platform apa pun.',
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
ui: {
|
|
205
|
+
sidebarTitle: 'Format Sosial',
|
|
206
|
+
uploadTitle: 'Unggah Gambar',
|
|
207
|
+
uploadSubtitle: 'Seret foto Anda ke sini atau klik untuk mencari',
|
|
208
|
+
btnReset: 'Atur Ulang',
|
|
209
|
+
btnDownload: 'Unduh Gambar',
|
|
210
|
+
},
|
|
211
|
+
};
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowToThing, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SocialImageResizerUI } from '../ui';
|
|
4
|
+
|
|
5
|
+
const slug = 'ridimensiona-immagini-social-media';
|
|
6
|
+
const title = 'Social Media Image Resizer: Ritaglia e Ridimensiona per ogni Piattaforma';
|
|
7
|
+
const description =
|
|
8
|
+
'Ridimensiona e ritaglia le tue foto per Instagram, TikTok, YouTube e altri. Ritaglio intelligente con dimensioni ufficiali aggiornate al 2026.';
|
|
9
|
+
|
|
10
|
+
const faqData = [
|
|
11
|
+
{
|
|
12
|
+
question: 'La qualità dell’immagine andrà persa durante il ridimensionamento?',
|
|
13
|
+
answer:
|
|
14
|
+
'No, utilizziamo algoritmi di smoothing ad alta qualità. Si raccomanda di caricare un’immagine originale con una risoluzione pari o superiore al formato di destinazione.',
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
question: 'È sicuro caricare le mie foto qui?',
|
|
18
|
+
answer:
|
|
19
|
+
'Completamente. L’elaborazione avviene localmente nel tuo browser tramite le API Canvas. Le tue foto non vengono mai inviate ad alcun server.',
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
question: 'Quali formati sono supportati?',
|
|
23
|
+
answer:
|
|
24
|
+
'Supportiamo il caricamento di JPG, PNG, WebP e AVIF. I download sono ottimizzati come JPG di alta qualità per la massima compatibilità.',
|
|
25
|
+
},
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const howToData = [
|
|
29
|
+
{
|
|
30
|
+
name: 'Carica la tua immagine',
|
|
31
|
+
text: 'Trascina il tuo file o esplora il tuo dispositivo per iniziare il processo.',
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
name: 'Scegli il formato',
|
|
35
|
+
text: 'Seleziona il social network e il tipo di pubblicazione di cui hai bisogno dal menu laterale.',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
name: 'Regola e scarica',
|
|
39
|
+
text: 'Inquadra la tua foto trascinandola e usa lo zoom per un ritaglio perfetto. Al termine, clicca su scarica.',
|
|
40
|
+
},
|
|
41
|
+
];
|
|
42
|
+
|
|
43
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
44
|
+
'@context': 'https://schema.org',
|
|
45
|
+
'@type': 'FAQPage',
|
|
46
|
+
mainEntity: faqData.map((item) => ({
|
|
47
|
+
'@type': 'Question',
|
|
48
|
+
name: item.question,
|
|
49
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
50
|
+
})),
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const howToSchema: WithContext<HowToThing> = {
|
|
54
|
+
'@context': 'https://schema.org',
|
|
55
|
+
'@type': 'HowTo',
|
|
56
|
+
name: title,
|
|
57
|
+
description,
|
|
58
|
+
step: howToData.map((step, i) => ({
|
|
59
|
+
'@type': 'HowToStep',
|
|
60
|
+
position: i + 1,
|
|
61
|
+
name: step.name,
|
|
62
|
+
text: step.text,
|
|
63
|
+
})),
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
67
|
+
'@context': 'https://schema.org',
|
|
68
|
+
'@type': 'SoftwareApplication',
|
|
69
|
+
name: title,
|
|
70
|
+
description,
|
|
71
|
+
applicationCategory: 'UtilityApplication',
|
|
72
|
+
operatingSystem: 'All',
|
|
73
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
74
|
+
inLanguage: 'it',
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export const content: ToolLocaleContent<SocialImageResizerUI> = {
|
|
78
|
+
slug,
|
|
79
|
+
title,
|
|
80
|
+
description,
|
|
81
|
+
faqTitle: 'Domande Frequenti',
|
|
82
|
+
faq: faqData,
|
|
83
|
+
bibliographyTitle: 'Riferimenti',
|
|
84
|
+
bibliography: [
|
|
85
|
+
{
|
|
86
|
+
name: 'MDN Web Docs: Canvas API',
|
|
87
|
+
url: 'https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API',
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
name: 'Sprout Social: Social Media Image Sizes Guide 2026',
|
|
91
|
+
url: 'https://sproutsocial.com/insights/social-media-image-sizes-guide/',
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
howTo: howToData,
|
|
95
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
96
|
+
seo: [
|
|
97
|
+
{
|
|
98
|
+
type: 'title',
|
|
99
|
+
text: 'Ridimensionatore di Immagini Social per ogni Piattaforma',
|
|
100
|
+
level: 2,
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
type: 'paragraph',
|
|
104
|
+
html: "Nell'ecosistema digitale odierno, la prima impressione è visiva. Ogni social network opera secondo algoritmi specifici che privilegiano contenuti adattati nativamente alle proprie proporzioni. Il nostro ridimensionatore di immagini social non è solo uno strumento tecnico: è il tuo alleato per garantire che il tuo messaggio arrivi senza ritagli indesiderati o perdite di qualità.",
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
type: 'paragraph',
|
|
108
|
+
html: 'Sia che tu debba convertire una foto orizzontale in una d’impatto verticale per le Instagram Stories, o adattare un design per un complesso banner di YouTube, la nostra utility utilizza un sistema di ritaglio intelligente che ti permette di posizionare e scalare la tua immagine con precisione direttamente nel tuo browser.',
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'title',
|
|
112
|
+
text: 'Dimensioni Ufficiali Immagini Social 2026',
|
|
113
|
+
level: 3,
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'grid',
|
|
117
|
+
columns: [
|
|
118
|
+
{ title: 'Instagram — Post Quadrato', body: '1080 × 1080 px · Rapporto 1:1' },
|
|
119
|
+
{ title: 'Instagram — Post Verticale', body: '1080 × 1350 px · Rapporto 4:5' },
|
|
120
|
+
{ title: 'TikTok / Reels — Verticale', body: '1080 × 1920 px · Rapporto 9:16' },
|
|
121
|
+
{ title: 'YouTube — Thumbnail', body: '1280 × 720 px · Rapporto 16:9' },
|
|
122
|
+
{ title: 'YouTube — Banner Canale', body: '2560 × 1440 px · Rapporto 16:9' },
|
|
123
|
+
{ title: 'X (Twitter) — Post Standard', body: '1200 × 675 px · Rapporto 16:9' },
|
|
124
|
+
{ title: 'LinkedIn — Copertina Profilo', body: '1584 × 396 px · Rapporto 4:1' },
|
|
125
|
+
],
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'grid',
|
|
129
|
+
columns: [
|
|
130
|
+
{
|
|
131
|
+
title: 'Instagram',
|
|
132
|
+
body: 'Il formato quadrato 1:1 rimane un classico, ma il verticale 4:5 occupa più spazio sullo schermo e genera fino al 30% in più di engagement nel feed.',
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
title: 'Contenuti Short Form',
|
|
136
|
+
body: 'Per TikTok e Reels, lo standard è 9:16. Questo formato immersivo richiede che il punto focale sia perfettamente allineato per evitare di essere coperto dalla UI dell’app.',
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: 'Engagement Visivo',
|
|
140
|
+
body: 'Dalle miniature ai banner, ogni asset ha un peso specifico nel tasso di clic. Un ritaglio preciso assicura che il testo e gli elementi chiave siano sempre leggibili.',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: 'Branding Professionale',
|
|
144
|
+
body: 'Sui network professionali come LinkedIn, la nitidezza è autorità. Gli header richiedono rapporti specifici per evitare di apparire sgranati su schermi ad alta densità.',
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
type: 'title',
|
|
150
|
+
text: 'Perché il Rapporto d’Aspetto è Importante',
|
|
151
|
+
level: 3,
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
type: 'paragraph',
|
|
155
|
+
html: 'Il rapporto d’aspetto è la relazione proporzionale tra la larghezza e l’altezza di un’immagine. Ignorarlo costringe le piattaforme a zoomare o aggiungere barre nere, il che penalizza l’estetica e la portata organica.',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
type: 'list',
|
|
159
|
+
items: [
|
|
160
|
+
'Impedisce che testi o loghi vengano tagliati dalle icone native delle app.',
|
|
161
|
+
'Mantiene la densità di pixel ottimale senza distorcere o allungare la foto originale.',
|
|
162
|
+
'Fa risparmiare tempo centralizzando tutte le misure ufficiali in un unico strumento web.',
|
|
163
|
+
'Migliora la velocità di caricamento generando file con peso e dimensioni esatte.',
|
|
164
|
+
],
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
type: 'tip',
|
|
168
|
+
title: 'Consiglio di Composizione',
|
|
169
|
+
html: "<p>Quando usi la nostra funzione di trascinamento manuale, prova a posizionare il soggetto principale della tua foto in uno dei punti di intersezione della griglia. Questo crea composizioni più dinamiche e professionali per i tuoi social network.</p>",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'title',
|
|
173
|
+
text: 'Passaggi per un Ritaglio Perfetto',
|
|
174
|
+
level: 3,
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
type: 'list',
|
|
178
|
+
items: [
|
|
179
|
+
'Seleziona il tuo formato: scegli la piattaforma e il tipo di pubblicazione dal menu laterale.',
|
|
180
|
+
'Carica l’immagine: trascina il file o usa il selettore per importare la tua foto.',
|
|
181
|
+
'Regola l’inquadratura: trascina la foto nell’area visibile e usa lo zoom per la precisione.',
|
|
182
|
+
'Esportazione istantanea: clicca su scarica per avere la tua immagine pronta da pubblicare.',
|
|
183
|
+
],
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'title',
|
|
187
|
+
text: 'Privacy ed Elaborazione Locale',
|
|
188
|
+
level: 3,
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
type: 'paragraph',
|
|
192
|
+
html: 'La tua privacy è assoluta. Questo ridimensionatore elabora le immagini localmente nel tuo browser usando le API Canvas. Le tue foto non vengono mai caricate su alcun server esterno, garantendo sicurezza completa e velocità di elaborazione istantanea.',
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'title',
|
|
196
|
+
text: 'Ottimizzazione Professionale per i Social Media',
|
|
197
|
+
level: 3,
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
type: 'paragraph',
|
|
201
|
+
html: 'Adattare i tuoi contenuti visivi in modo professionale è una strategia di crescita diretta. Il nostro strumento semplifica il flusso di lavoro per creatori e community manager, assicurando che ogni post appaia perfetto su ogni dispositivo e piattaforma.',
|
|
202
|
+
},
|
|
203
|
+
],
|
|
204
|
+
ui: {
|
|
205
|
+
sidebarTitle: 'Formati Social',
|
|
206
|
+
uploadTitle: 'Carica Immagine',
|
|
207
|
+
uploadSubtitle: 'Trascina qui la tua foto o clicca per sfogliare',
|
|
208
|
+
btnReset: 'Reset',
|
|
209
|
+
btnDownload: 'Scarica Immagine',
|
|
210
|
+
},
|
|
211
|
+
};
|