MCPcopy
hub / github.com/YouMind-OpenLab/awesome-gpt-image-2 / generateWhatIs

Function generateWhatIs

scripts/utils/markdown-generator.ts:383โ€“411  ยท  view source on GitHub โ†—
(locale: string)

Source from the content-addressed store, hash-verified

381}
382
383function generateWhatIs(locale: string): string {
384 return `## ๐Ÿค” ${t('whatIs', locale)}
385
386${t('whatIsIntro', locale)}
387
388- ๐ŸŽฏ ${t('multimodalUnderstanding', locale)}
389- ๐ŸŽจ ${t('highQualityGeneration', locale)}
390- โšก ${t('fastIteration', locale)}
391- ๐ŸŒˆ ${t('diverseStyles', locale)}
392- ๐Ÿ”ง ${t('preciseControl', locale)}
393- ๐Ÿ“ ${t('complexScenes', locale)}
394
395๐Ÿ“š ${t('learnMore', locale)}
396
397### ๐Ÿš€ ${t('raycastIntegration', locale)}
398
399${t('raycastDescription', locale)}
400
401**${t('example', locale)}**
402\`\`\`
403${t('raycastExample', locale)}
404\`\`\`
405
406${t('raycastUsage', locale)}
407
408---
409
410`;
411}
412
413function generateContribute(locale: string): string {
414 return `## ๐Ÿค ${t('howToContribute', locale)}

Callers 1

generateMarkdownFunction ยท 0.85

Calls 1

tFunction ยท 0.85

Tested by

no test coverage detected