tedo-publisher 1.3.245 → 1.3.247

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/kawaiirealm/data.d.ts +199 -0
  2. package/dist/kawaiirealm/data.js +1 -0
  3. package/dist/kawaiirealm/filters.d.ts +28 -0
  4. package/dist/kawaiirealm/filters.js +1 -0
  5. package/dist/kawaiirealm/helpers.d.ts +3 -0
  6. package/dist/kawaiirealm/helpers.js +1 -0
  7. package/dist/kawaiirealm/index.d.ts +15 -0
  8. package/dist/kawaiirealm/index.js +1 -0
  9. package/dist/kawaiirealm/prompts/data.d.ts +7 -0
  10. package/dist/kawaiirealm/prompts/data.js +1 -0
  11. package/dist/kawaiirealm/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/kawaiirealm/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/kawaiirealm/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/kawaiirealm/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/kawaiirealm/prompts/images.d.ts +4 -0
  16. package/dist/kawaiirealm/prompts/images.js +1 -0
  17. package/dist/kawaiirealm/seo.d.ts +23 -0
  18. package/dist/kawaiirealm/seo.js +1 -0
  19. package/dist/kawaiirealm/styles/colors.css +1 -0
  20. package/dist/kawaiirealm/styles/fonts.css +1 -0
  21. package/dist/kawaiirealm/styles/global.css +1 -0
  22. package/dist/kawaiirealm/styles/sizing.css +1 -0
  23. package/dist/kawaiirealm/styles/theme.css +1 -0
  24. package/dist/kawaiirealm/styles/vars.css +1 -0
  25. package/dist/mangamuses/data.d.ts +162 -0
  26. package/dist/mangamuses/data.js +1 -0
  27. package/dist/mangamuses/filters.d.ts +28 -0
  28. package/dist/mangamuses/filters.js +1 -0
  29. package/dist/mangamuses/helpers.d.ts +3 -0
  30. package/dist/mangamuses/helpers.js +1 -0
  31. package/dist/mangamuses/index.d.ts +15 -0
  32. package/dist/mangamuses/index.js +1 -0
  33. package/dist/mangamuses/prompts/data.d.ts +7 -0
  34. package/dist/mangamuses/prompts/data.js +1 -0
  35. package/dist/mangamuses/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/mangamuses/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/mangamuses/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/mangamuses/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/mangamuses/prompts/images.d.ts +4 -0
  40. package/dist/mangamuses/prompts/images.js +1 -0
  41. package/dist/mangamuses/seo.d.ts +23 -0
  42. package/dist/mangamuses/seo.js +1 -0
  43. package/dist/mangamuses/styles/colors.css +1 -0
  44. package/dist/mangamuses/styles/fonts.css +1 -0
  45. package/dist/mangamuses/styles/global.css +1 -0
  46. package/dist/mangamuses/styles/sizing.css +1 -0
  47. package/dist/mangamuses/styles/theme.css +1 -0
  48. package/dist/mangamuses/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,199 @@
1
+ export declare const dataStructure: {
2
+ characterAnalyses: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ protagonistStudies: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ antagonistExplorations: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ supportingCharacters: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ characterDevelopment: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ thematicExploration: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ comingOfAgeStories: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ friendshipAndFamily: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ goodVsEvil: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ culturalSignificance: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ genreReviews: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ shonenReview: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ shojoReview: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ seinenReview: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ multipleGenres: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ recommendations: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ mustWatchAnime: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ hiddenGemManga: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ seasonalPicks: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ longReadRecommendations: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ culturalImpact: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ animeInGlobalCulture: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ mangaAndSociety: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ historicalEvolution: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ fanCommunityContributions: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ };
188
+ export declare const authors: Record<string, string>;
189
+ export declare const authorsNames: string[];
190
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCDA\uD83C\uDFA8\uD83C\uDF1F\uD83C\uDF00";
191
+ export declare const categories: ("characterAnalyses" | "thematicExploration" | "genreReviews" | "recommendations" | "culturalImpact")[];
192
+ export declare const subcategories: string[];
193
+ export declare const subsubcategories: string[];
194
+ export type Category = keyof typeof dataStructure;
195
+ export type CategoryNode = (typeof dataStructure)[Category];
196
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
197
+ export declare const startDate = "2024-09-10T00:00:00Z";
198
+ export declare const devBucketName = "idn-kawaiirealm-dev";
199
+ export declare const prodBucketName = "idn-kawaiirealm";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const n={characterAnalyses:{title:"Character Analyses: Explore Anime & Manga Characters 🌟",description:"Delve into the depths of your favorite anime and manga characters with detailed analyses! Discover insights on protagonists, antagonists, and more! 📚",slug:"character-analyses",children:{protagonistStudies:{title:"Protagonist Studies: Unraveling Heroic Archetypes 🦸‍♂️",description:"Dive into the world of protagonists in anime and manga! This section focuses on their traits, growth, and heroic journeys. Engage with your favorite characters! ✨",slug:"protagonist-studies",children:null},antagonistExplorations:{title:"Antagonist Explorations: Understanding the Dark Side 🦹‍♂️",description:"Explore the motivations and complexities of anime and manga's antagonists. Understand what drives their conflict and how they shape the story! ⚔️",slug:"antagonist-explorations",children:null},supportingCharacters:{title:"Supporting Characters: The Unsung Heroes 🥇",description:"Discover the essential roles of supporting characters in anime and manga. Learn how they influence the main story and enrich the narrative! 🎭",slug:"supporting-characters",children:null},characterDevelopment:{title:"Character Development: The Journey of Growth 🌱",description:"Examine the evolution of characters in anime and manga. This section highlights crucial growth moments and transformative arcs that captivate audiences! 🔍",slug:"character-development",children:null},other:{title:"Other Character Analyses: Beyond the Main Cast 🔮",description:"Venture into analyses of varied characters outside the main storyline. Discover unique traits and contributions from minor characters in anime and manga! 🌈",slug:"other-character-analyses",children:null}}},thematicExploration:{title:"Exploring Anime and Manga Themes: Coming of Age 🔍",description:"Dive into the rich themes of coming of age in anime and manga. Discover how these stories resonate with viewers through relatable characters and experiences. 🌱",slug:"coming-of-age-stories",children:{comingOfAgeStories:{title:"The Essence of Coming of Age in Anime and Manga 🎉",description:"Uncover the fundamental elements of coming of age in anime and manga. Explore iconic titles that showcase the transformative journey of characters! 📖",slug:"essence-of-coming-of-age",children:null},friendshipAndFamily:{title:"Friendship and Family in Anime and Manga: Bonds that Matter 🤝",description:"Explore how anime and manga depict friendship and family values. Delve into stories that highlight these crucial relationships and their impact on characters. 💖",slug:"friendship-and-family",children:null},goodVsEvil:{title:"Epic Tales of Good vs Evil in Anime and Manga ⚔️",description:"Discover how classic battles of good and evil unfold in anime and manga. Analyze characters and their motivations that drive these thrilling narratives. 🌌",slug:"good-vs-evil",children:null},culturalSignificance:{title:"The Cultural Significance of Anime and Manga 🌸",description:"Examine the cultural themes in anime and manga. Learn how these art forms reflect societal values and contribute to cultural understanding across the globe. 🌏",slug:"cultural-significance",children:null},other:{title:"Other Unique Themes in Anime and Manga 🌈",description:"Explore various other themes in the rich tapestry of anime and manga. Discover hidden gems and unconventional narratives that captivate fans! 🦄",slug:"other-themes",children:null}}},genreReviews:{title:"In-Depth Reviews of Anime and Manga Genres 🎨",description:"Explore detailed reviews and insights into various anime and manga genres, from Shonen to Shojo. Discover your next favorite pick! 📚✨",slug:"anime-manga-genre-reviews",children:{shonenReview:{title:"Shonen Manga and Anime Reviews: Action-Packed Adventures! 💥",description:"Dive into the thrilling world of Shonen anime and manga with our comprehensive reviews. Uncover exciting stories and memorable characters! 🎉📖",slug:"shonen-reviews",children:null},shojoReview:{title:"Shojo Manga and Anime Reviews: Heartfelt Tales of Love 💖",description:"Discover the enchanting realm of Shojo with our detailed reviews. Explore captivating romance stories that resonate with fans of all ages! 🌸✨",slug:"shojo-reviews",children:null},seinenReview:{title:"Seinen Anime and Manga Reviews: For Mature Audiences 🍂",description:"Explore the complexities of Seinen anime and manga through our insightful reviews. Ideal for fans seeking deeper narratives and mature themes! 📚🖤",slug:"seinen-reviews",children:null},multipleGenres:{title:"Multi-Genre Anime and Manga Reviews: Diverse Stories 🌍📖",description:"Uncover unique tales that blend various genres in anime and manga. Our reviews highlight diversity and creativity in storytelling! 🎨✨",slug:"multi-genre-reviews",children:null},other:{title:"Other Anime and Manga Reviews: Hidden Gems ✨",description:"Explore lesser-known anime and manga that deserve the spotlight. Our reviews shine a light on hidden gems and unique narratives! 💎📚",slug:"other-reviews",children:null}}},recommendations:{title:"Anime and Manga Recommendations You Can't Miss! 🎉",description:"Discover KawaiiRealm's top picks for must-watch anime and hidden gem manga. Dive into seasonal selections and long reads for every fan! 🌟",slug:"anime-and-manga-recommendations",children:{mustWatchAnime:{title:"Must-Watch Anime Series for Every Fan 📺",description:"Explore must-watch anime series that every enthusiast should see. From classics to recent hits, find your next obsession here! 🍥",slug:"must-watch-anime",children:null},hiddenGemManga:{title:"Hidden Gem Manga You Need to Read! 📚",description:"Uncover hidden gem manga that deserves more attention. Dive into captivating stories and unique art styles with our top recommendations! 💖",slug:"hidden-gem-manga",children:null},seasonalPicks:{title:"Seasonal Picks: Best Anime and Manga for This Season ☀️",description:"Stay updated with seasonal picks for anime and manga. Discover trending titles and timeless classics perfect for your watch list! 🥢",slug:"seasonal-picks",children:null},longReadRecommendations:{title:"Long Read Recommendations for the Avid Reader 📖",description:"Delve into our long read recommendations for those who love in-depth manga stories! Find intricate plots that captivate and inspire. 🌌",slug:"long-read-recommendations",children:null},other:{title:"Other Anime and Manga Recommendations You’ll Love! ❤️",description:"Discover other fascinating anime and manga recommendations that span genres and styles! Perfect for every type of fan to explore. 🎈",slug:"other-recommendations",children:null}}},culturalImpact:{title:"Exploring Cultural Impact of Anime and Manga 🎌",description:"Delve into how anime and manga shape global culture, society, and communities. Discover their fascinating historical evolution and contributions! 🌏",slug:"cultural-impact-anime-manga",children:{animeInGlobalCulture:{title:"Anime's Influence in Global Culture 🌍",description:"Explore how anime has transcended borders and influenced global culture. Discover its impact on art, fashion, and film worldwide! 📺",slug:"anime-in-global-culture",children:null},mangaAndSociety:{title:"The Role of Manga in Society 📚",description:"Uncover the significant role of manga within society, addressing social issues and shaping perceptions. A deep dive into its cultural relevance! 🎨",slug:"manga-and-society",children:null},historicalEvolution:{title:"The Historical Evolution of Anime and Manga 📜",description:"Trace the fascinating history of anime and manga from their origins to modern-day phenomena. A captivating journey through time! ⌛",slug:"historical-evolution-anime-manga",children:null},fanCommunityContributions:{title:"Contributions of Fan Communities to Anime and Manga 💬",description:"Discover how fan communities contribute to the growth of anime and manga culture, promoting creativity and collaboration among enthusiasts! 🤝",slug:"fan-community-contributions",children:null},other:{title:"Miscellaneous Cultural Impacts of Anime and Manga 🌀",description:"Explore various other aspects of how anime and manga influence cultures around the world, including events and cross-cultural exchanges! 🌈",slug:"other-cultural-impacts",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,n)=>Object.assign(Object.assign({},e),{[n.name]:[n.description]})),{}),a=e.AUTHORS_INFO.map((e=>e.name)),t="📚🎨🌟🌀",o=Object.keys(n),s=[],r=[];for(const e of o){const i=n[e];if(null==i?void 0:i.children){s.push(...Object.keys(i.children));for(const e of s){const n=i.children[e];(null==n?void 0:n.children)&&r.push(...Object.keys(n.children))}}}const l="2024-09-10T00:00:00Z",c="kawaiirealm",d=`idn-${c}-dev`,h=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=t,exports.authors=i,exports.authorsNames=a,exports.categories=o,exports.dataStructure=n,exports.devBucketName=d,exports.prodBucketName=h,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=r;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ AnimeAesthetics = "Anime Aesthetics",
3
+ MangaGenres = "Manga Genres",
4
+ CharacterJourneys = "Character Journeys",
5
+ CulturalInsights = "Cultural Insights",
6
+ TrendyThemes = "Trendy Themes"
7
+ }
8
+ type AnimeAestheticsValues = 'Stylized Animation' | 'Character Design' | 'Cultural References' | 'Color Palettes';
9
+ type MangaGenresValues = 'Shounen' | 'Shoujo' | 'Seinen' | 'Josei';
10
+ type CharacterJourneysValues = "Hero's Evolution" | 'Character Backstories' | 'Romantic Interests' | 'Antagonist Analysis';
11
+ type CulturalInsightsValues = 'Japanese Festivals in Anime' | 'Influence of Folklore' | 'Modern Japanese Society Reflected in Manga' | 'The Global Impact of Anime';
12
+ type TrendyThemesValues = 'Slice of Life' | 'Fantasy Worlds' | 'Mecha & Sci-Fi' | 'Romantic Comedies';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.AnimeAesthetics]: AnimeAestheticsValues[];
15
+ [FiltersNames.MangaGenres]: MangaGenresValues[];
16
+ [FiltersNames.CharacterJourneys]: CharacterJourneysValues[];
17
+ [FiltersNames.CulturalInsights]: CulturalInsightsValues[];
18
+ [FiltersNames.TrendyThemes]: TrendyThemesValues[];
19
+ };
20
+ export declare const animeAestheticsValues: AnimeAestheticsValues[];
21
+ export declare const mangaGenresValues: MangaGenresValues[];
22
+ export declare const characterJourneysValues: CharacterJourneysValues[];
23
+ export declare const culturalInsightsValues: CulturalInsightsValues[];
24
+ export declare const trendyThemesValues: TrendyThemesValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).AnimeAesthetics="Anime Aesthetics",e.MangaGenres="Manga Genres",e.CharacterJourneys="Character Journeys",e.CulturalInsights="Cultural Insights",e.TrendyThemes="Trendy Themes";const s=["Stylized Animation","Character Design","Cultural References","Color Palettes"],t=["Shounen","Shoujo","Seinen","Josei"],r=["Hero's Evolution","Character Backstories","Romantic Interests","Antagonist Analysis"],a=["Japanese Festivals in Anime","Influence of Folklore","Modern Japanese Society Reflected in Manga","The Global Impact of Anime"],i=["Slice of Life","Fantasy Worlds","Mecha & Sci-Fi","Romantic Comedies"],n={[exports.FiltersNames.AnimeAesthetics]:[],[exports.FiltersNames.MangaGenres]:[],[exports.FiltersNames.CharacterJourneys]:[],[exports.FiltersNames.CulturalInsights]:[],[exports.FiltersNames.TrendyThemes]:[]},l={[exports.FiltersNames.AnimeAesthetics]:s,[exports.FiltersNames.MangaGenres]:t,[exports.FiltersNames.CharacterJourneys]:r,[exports.FiltersNames.CulturalInsights]:a,[exports.FiltersNames.TrendyThemes]:i},o=()=>JSON.stringify(l,null,2);exports.animeAestheticsValues=s,exports.characterJourneysValues=r,exports.culturalInsightsValues=a,exports.fullFilters=l,exports.getFiltersTypesJSON=o,exports.initialFilters=n,exports.mangaGenresValues=t,exports.trendyThemesValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),a=require("./seo.js"),o=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.animeAestheticsValues=t.animeAestheticsValues,exports.characterJourneysValues=t.characterJourneysValues,exports.culturalInsightsValues=t.culturalInsightsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.mangaGenresValues=t.mangaGenresValues,exports.trendyThemesValues=t.trendyThemesValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: KawaiiRealm is an engaging infotainment portal dedicated to the vibrant world of anime and manga. It offers readers a variety of articles that explore themes, characters, and trends, making it a must-visit destination for fans.\n - Detailed description: KawaiiRealm serves as a comprehensive resource for anime and manga enthusiasts, providing in-depth articles that delve into various aspects of these popular Japanese art forms. From character analyses and thematic explorations to reviews and recommendations, KawaiiRealm aims to enrich the understanding and appreciation of anime and manga. The portal also features engaging content that discusses the cultural impact of anime and manga, as well as their evolution over the years. With a commitment to fostering a sense of community, KawaiiRealm encourages interaction and sharing among fans, making it a vibrant hub for discussion and discovery.\n - Target audience: The target audience for KawaiiRealm includes anime and manga enthusiasts of all ages, ranging from casual viewers to hardcore fans. This includes teenagers and young adults who are active in online communities, as well as older fans looking to deepen their understanding of the genres. Additionally, individuals interested in Japanese culture and storytelling, art lovers, and those keen on exploring pop culture trends will find the content appealing.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Character Profiles\n - Overview of Main Characters\n - Supporting Characters\n\n## Theme Exploration\n - Central Themes\n - Cultural References\n\n## Popular Series and Recommendations\n - Top Anime Series of the Year\n - Hidden Gems in Manga\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Character Profiles, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "Anime and manga enthusiasts";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const a="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: KawaiiRealm is an engaging infotainment portal dedicated to the vibrant world of anime and manga. It offers readers a variety of articles that explore themes, characters, and trends, making it a must-visit destination for fans.\n - Detailed description: KawaiiRealm serves as a comprehensive resource for anime and manga enthusiasts, providing in-depth articles that delve into various aspects of these popular Japanese art forms. From character analyses and thematic explorations to reviews and recommendations, KawaiiRealm aims to enrich the understanding and appreciation of anime and manga. The portal also features engaging content that discusses the cultural impact of anime and manga, as well as their evolution over the years. With a commitment to fostering a sense of community, KawaiiRealm encourages interaction and sharing among fans, making it a vibrant hub for discussion and discovery.\n - Target audience: The target audience for KawaiiRealm includes anime and manga enthusiasts of all ages, ranging from casual viewers to hardcore fans. This includes teenagers and young adults who are active in online communities, as well as older fans looking to deepen their understanding of the genres. Additionally, individuals interested in Japanese culture and storytelling, art lovers, and those keen on exploring pop culture trends will find the content appealing.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Character Profiles\n - Overview of Main Characters\n - Supporting Characters\n\n## Theme Exploration\n - Central Themes\n - Cultural References\n\n## Popular Series and Recommendations\n - Top Anime Series of the Year\n - Hidden Gems in Manga\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Character Profiles, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",i="synthesizing the information presented throughout",r="Anime and manga enthusiasts",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=i,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=n,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=t,exports.portalInfo=a;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";const e=({title:e,alt:a,articleTitle:t})=>({prompt:`1person, character, solo, [${e}], for an article [${t}], masterpiece, best quality, sfw, absurdres, full body, very aesthetic\n\t\t`,negativePrompt:"badhandv4, ng_deepnegative_v1_75t, FastNegativeV2,nsfw, explicit, sensitive, nude, naked, lowres, (bad anatomy), (bad hands), (extra legs), text, error, missing fingers, extra digit, fewer digits, liquid digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, (worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)",options:{sampler_name:"DPM++ 2M Karras",steps:32,cfg_scale:7,override_settings:{sd_model_checkpoint:"meinamix_meinaV11.safetensors [54ef3e3610]"}}}),a=({title:e,alt:a,articleTitle:t})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${t} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=a,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=e;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var a;exports.PageNames=void 0,(a=exports.PageNames||(exports.PageNames={})).Authors="authors",a.Home="home",a.NotFound="not-found",a.AboutUs="about-us",a.PrivacyPolicy="privacy-policy",a.Terms="terms",a.Sitemap="sitemap";const e={[exports.PageNames.Authors]:{title:"Meet the Creators | KawaiiRealm - Your Anime & Manga Hub",description:"Discover our talented writers and their passion for anime and manga! 🎨✨ Dive into the world of creativity with KawaiiRealm."},[exports.PageNames.Home]:{title:"KawaiiRealm - Your Ultimate Anime & Manga Destination",description:"Welcome to KawaiiRealm! Explore the latest articles, reviews, and trends in anime and manga. 🌸📚 Join us on this kawaii adventure!"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | KawaiiRealm",description:"We're sorry, but the page you're looking for doesn't exist. 🌌🔍 Explore our home page for the latest in anime and manga!"},[exports.PageNames.AboutUs]:{title:"About KawaiiRealm - Passion for Anime & Manga",description:"Learn more about KawaiiRealm and our mission to celebrate anime and manga culture! 🌟💖 Join us on this kawaii journey!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | KawaiiRealm - Your Trust Matters",description:"Read our Privacy Policy and learn how we safeguard your information! 🔒📜 At KawaiiRealm, your trust is our priority."},[exports.PageNames.Terms]:{title:"Terms of Service | KawaiiRealm - Know Your Rights",description:"Review our Terms of Service and understand your rights while enjoying KawaiiRealm! 📃⚖️ Dive into the details!"},[exports.PageNames.Sitemap]:{title:"Sitemap | KawaiiRealm - Navigate Our Content Easily",description:"Explore KawaiiRealm's content with our comprehensive sitemap! 🗺️✨ Find your favorite anime and manga articles today!"}},i=[{name:"Riya Sharma",description:"Riya Sharma is an Indian otaku and prolific writer based in Mumbai, with over 5 years of experience covering the latest trends in anime and manga. She has a keen interest in character development and storytelling, making her articles both insightful and engaging. When she’s not binge-watching anime, she enjoys attending conventions and connecting with fellow enthusiasts.",meta_title:"Riya Sharma - KawaiiRealm Anime and Manga Writer",meta_description:"Discover the thoughts of Riya Sharma, a passionate anime and manga writer from Mumbai, sharing insights on character development and storytelling."},{name:"Vikram Mehta",description:"Vikram Mehta is a freelance writer and anime critic from Delhi. With over a decade of experience in the anime community, he specializes in critique and thematic analysis. His articles often juxtapose traditional cultural narratives with contemporary anime themes, providing a unique perspective, making him a valuable contributor to KawaiiRealm.",meta_title:"Vikram Mehta - Anime Critic at KawaiiRealm",meta_description:"Explore the analytical reviews and critiques by Vikram Mehta, a seasoned anime enthusiast from Delhi, featured on KawaiiRealm."},{name:"Ananya Joshi",description:"Ananya Joshi is a passionate anime fan and freelance writer from Pune, with over 7 years of writing about anime and manga. Her expertise includes genre analysis and fan culture studies. She is known for her vivid descriptions and relatable writing style, making her a beloved figure among readers on KawaiiRealm.",meta_title:"Ananya Joshi - Genre Analyst at KawaiiRealm",meta_description:"Immerse yourself in the world of anime with Ananya Joshi's insightful genre analyses and engaging articles from KawaiiRealm."},{name:"Dev Patel",description:"Dev Patel is a Chennai-based writer and comic book illustrator with a deep love for manga. With 8 years of writing experience, he focuses on the intersection of art and narrative in both comics and anime. His distinct artistic perspective enriches the KawaiiRealm platform.",meta_title:"Dev Patel - Manga Artist and Writer at KawaiiRealm",meta_description:"Uncover the artistic insights of Dev Patel, a manga artist and writer, as he explores the worlds of comics and anime on KawaiiRealm."},{name:"Priya Nair",description:"Priya Nair is an upcoming anime blogger from Bangalore with a knack for writing humorous pieces about popular anime tropes. She combines her writing skills with a sociology background to analyze fandom dynamics. Her light-hearted yet insightful articles add a refreshing tone to KawaiiRealm.",meta_title:"Priya Nair - Anime Blogger at KawaiiRealm",meta_description:"Laugh along with Priya Nair, an anime blogger from Bangalore, as she humorously tackles popular anime tropes on KawaiiRealm."},{name:"Arjun Khanna",description:"Arjun Khanna is a lifelong anime enthusiast and writer from Hyderabad. With over 6 years of experience, he focuses on anime reviews and adaptation analyses. Arjun’s deep dives into story adaptations lend a critical eye to KawaiiRealm.",meta_title:"Arjun Khanna - Reviewer and Analyst at KawaiiRealm",meta_description:"Get deep insights with Arjun Khanna’s anime reviews and adaptation analyses featured in KawaiiRealm."},{name:"Sita Rao",description:"Sita Rao, hailing from Kolkata, is a creative writer and anime fan with a focus on anime cultural impact. She has been writing about anime for over 5 years and enjoys exploring the socio-political implications of various series, bringing a thoughtful lens to her work at KawaiiRealm.",meta_title:"Sita Rao - Cultural Critic at KawaiiRealm",meta_description:"Explore the cultural critiques and insights of Sita Rao, focusing on anime’s impact on society, exclusively on KawaiiRealm."},{name:"Kabir Bansal",description:"Kabir Bansal is a tech-savvy anime enthusiast from Ahmedabad, who writes about the latest anime technology and trends. With 4 years of experience, his tech reviews and insights provide a modern twist to anime discussions on KawaiiRealm.",meta_title:"Kabir Bansal - Tech Writer at KawaiiRealm",meta_description:"Stay updated with Kabir Bansal’s tech-savvy articles and insights on anime technology, exclusively on KawaiiRealm."},{name:"Neha Patil",description:"Neha Patil is a budding writer and anime lover from Jaipur with 3 years of experience. She focuses on unique storytelling techniques in anime and manga, exploring lesser-known series and creators. Her fresh outlook brings new perspectives to KawaiiRealm.",meta_title:"Neha Patil - Emerging Writer at KawaiiRealm",meta_description:"Discover new anime stories with Neha Patil, as she explores unique narratives and hidden gems in KawaiiRealm."},{name:"Karan Singh",description:"Karan Singh is an avid anime fan and novelist from Surat with more than 5 years of writing under his belt. His passionate takes on character arcs and psychological themes resonate with readers and encourage deeper reflections on popular anime series, enriching the content of KawaiiRealm.",meta_title:"Karan Singh - Anime Novelist and Writer at KawaiiRealm",meta_description:"Delve into the psychological depths of anime with Karan Singh’s compelling articles on character arcs and themes at KawaiiRealm."},{name:"Ananya Verma",description:"Ananya Verma is an avid anime and manga enthusiast from Mumbai, India. With a Bachelor’s degree in Animation, she has combined her love for storytelling with art. Ananya has been writing articles about anime and manga for over five years, contributing to various online platforms and magazines. Her unique perspectives and in-depth analyses make her a compelling voice in the otaku community.",meta_title:"Ananya Verma - Anime & Manga Writer | KawaiiRealm",meta_description:"Explore the insightful articles of Ananya Verma at KawaiiRealm. With years of experience in the anime and manga industry, Ananya offers in-depth analyses and captivating stories."},{name:"Ravi Mehta",description:"Ravi Mehta is a dedicated manga reviewer and anime critic based in Delhi. With over a decade of experience, he has worked with numerous publications, focusing on the cultural and artistic significance of various anime and manga series. In addition to his writing, Ravi is also a renowned content creator, sharing his insights through podcasts and YouTube.",meta_title:"Ravi Mehta - Expert Manga Reviewer | KawaiiRealm",meta_description:"Join Ravi Mehta on KawaiiRealm as he delves into the world of manga and anime. His expert reviews and cultural insights have made him a respected voice among fans."},{name:"Priya Kapoor",description:"Priya Kapoor hails from Bangalore and has been deeply passionate about anime and manga since childhood. With a Master’s degree in Comparative Literature, she blends her literary skills with her love for visual storytelling. Priya has published several articles and essays exploring themes in anime and manga and is an active member of local fan communities.",meta_title:"Priya Kapoor - Anime & Manga Analyst | KawaiiRealm",meta_description:"Discover the analytical articles of Priya Kapoor at KawaiiRealm. With a literary background, Priya explores deep themes within your favorite anime and manga series."},{name:"Sneha Iyer",description:"Sneha Iyer is an art historian and anime blogger from Chennai. With a keen interest in the intersection of art and storytelling, she specializes in visual storytelling techniques in manga and anime. Her articles are informative, helping readers understand the artistic nuances and cultural contexts behind popular titles.",meta_title:"Sneha Iyer - Artistic Insights on Anime & Manga | KawaiiRealm",meta_description:"Explore Sneha Iyer's insightful articles at KawaiiRealm, where she examines the artistic nuances and cultural contexts of beloved anime and manga."},{name:"Aditya Rao",description:"Aditya Rao is a seasoned writer and anime content strategist from Kolkata, known for his engaging storytelling methods. With over eight years of experience crafting articles for niche audiences, he has become an authority on anime reviews, recommendations, and news. Aditya has also served as a guest speaker at various anime conventions.",meta_title:"Aditya Rao - Anime Review Expert | KawaiiRealm",meta_description:"Stay updated with the latest in anime through Aditya Rao's articles at KawaiiRealm. His extensive experience guarantees insightful reviews and recommendations."},{name:"Nisha Banerjee",description:"Nisha Banerjee is a passionate otaku and writer from Hyderabad. With a background in Literature and Creative Writing, she has combined her academic expertise with her love for manga. Nisha’s writing often explores complex character arcs and narratives, making her a favorite among readers seeking in-depth content.",meta_title:"Nisha Banerjee - Deep Dives into Anime Character Arcs | KawaiiRealm",meta_description:"Uncover the depth of character arcs in anime with Nisha Banerjee's articles at KawaiiRealm. Her creative insights make every read worthwhile."},{name:"Rohit Chawla",description:"Rohit Chawla is an anime journalist and critic based in Pune. With over six years of experience, he is known for his reviews and editorial pieces on the anime industry. A dedicated member of several anime forums, Rohit often connects with fans to provide a guideline for emerging trends in the global anime scene.",meta_title:"Rohit Chawla - Anime Journalist & Critic | KawaiiRealm",meta_description:"Follow Rohit Chawla's journalistic journey in the anime industry at KawaiiRealm. His keen insights and reviews keep fans informed and engaged."},{name:"Tanya Joshi",description:"Tanya Joshi is a freelance writer and long-time anime fan from Ahmedabad. With a degree in Media Studies, she has written extensively on various anime genres and subcultures. Tanya's articles often feature interviews with creators and fans, connecting enthusiasts around shared interests.",meta_title:"Tanya Joshi - Anime and Manga Advocate | KawaiiRealm",meta_description:"Join Tanya Joshi at KawaiiRealm as she champions the world of anime and manga. Her engaging interviews and articles celebrate the culture of fandom."},{name:"Vikram Desai",description:"Vikram Desai is a seasoned translator and writer from Surat, specializing in anime and manga localization. Through his work, he provides readers with accessibility to content in multiple languages and discusses the intricacies of translation. Vikram's articles enhance understanding of international anime and manga culture.",meta_title:"Vikram Desai - Manga Translator & Writer | KawaiiRealm",meta_description:"Delve into the multifaceted world of anime and manga translation with Vikram Desai at KawaiiRealm. His expertise enlightens readers about localization."},{name:"Rohan Mehta",description:"Rohan Mehta is a passionate anime and manga enthusiast from Mumbai. With over five years of experience in writing articles and reviews, Rohan delves deep into the intricacies of beloved franchises, exploring themes, character development, and art styles. A regular contributor to various online platforms, he aims to bridge the gap between traditional storytelling and contemporary anime.",meta_title:"Rohan Mehta - Anime & Manga Writer at KawaiiRealm",meta_description:"Discover the world of anime and manga through Rohan Mehta's insightful articles at KawaiiRealm. Explore themes, character development, and more in his engaging writings."},{name:"Anjali Kumar",description:"Anjali Kumar is an anime and manga critic hailing from Bangalore. Known for her analytical approach, Anjali specializes in dissecting character arcs and narratives. With her vibrant writing style and a deep-rooted love for shoujo manga, she provides fresh perspectives that resonate with both casual viewers and hardcore fans.",meta_title:"Anjali Kumar - Manga Critic at KawaiiRealm",meta_description:"Join Anjali Kumar at KawaiiRealm as she analyzes character arcs and narratives in the anime and manga world. Gain fresh perspectives on your favorite series!"},{name:"Vikram Singh",description:"Vikram Singh, a self-proclaimed otaku from Delhi, combines his expertise in graphic design with his love for anime and manga. He has worked on numerous fan art projects and contributes insightful articles that explore the artistic side of the anime world, making art appreciation accessible to all.",meta_title:"Vikram Singh - Graphic Designer & Anime Enthusiast at KawaiiRealm",meta_description:"Explore the artistic realm of anime and manga with Vikram Singh at KawaiiRealm. Dive into fan art projects and article-driven insights on your favorite series!"},{name:"Priya Desai",description:"Priya Desai is a Tokyo-based journalist from Pune who covers the latest trends in anime and manga. With her finger on the pulse of the industry, she provides updates, reviews, and interviews with creators, making her a beloved figure amongst KawaiiRealm’s readers who seek to stay informed.",meta_title:"Priya Desai - Anime Trends Journalist at KawaiiRealm",meta_description:"Stay updated with the latest anime and manga trends through Priya Desai's articles on KawaiiRealm. Discover reviews, interviews, and industry insights!"},{name:"Sameer Bhatia",description:"Sameer Bhatia is an anime historian from Ahmedabad with a keen interest in the evolution of Japanese animation. His extensive knowledge translates into compelling articles that educate readers about the history and developments of their favorite genres and tropes.",meta_title:"Sameer Bhatia - Anime Historian at KawaiiRealm",meta_description:"Journey through the history of anime and manga with Sameer Bhatia's articles at KawaiiRealm. Explore the evolution and cultural significance of beloved genres!"},{name:"Sneha Nair",description:"Sneha Nair, based in Hyderabad, is a dedicated voice actor and writer who brings her understanding of character portrayal to her articles. With a flair for engaging storytelling, Sneha connects her audience to the emotional depth of anime and manga, providing relatable insights that make her a favorite at KawaiiRealm.",meta_title:"Sneha Nair - Voice Actor & Writer at KawaiiRealm",meta_description:"Connect with the emotional depth of anime and manga through Sneha Nair's engaging articles at KawaiiRealm. Discover relatable insights from a voice actor’s perspective!"},{name:"Karan Choudhury",description:"Karan Choudhury is a content creator from Kolkata who reviews anime and manga on his YouTube channel and now writes for KawaiiRealm. With a focus on storytelling and cinematography, Karan helps readers appreciate the artistic elements that make anime a unique medium.",meta_title:"Karan Choudhury - Content Creator & Reviewer at KawaiiRealm",meta_description:"Appreciate the storytelling and artistry of anime and manga through Karan Choudhury's reviews at KawaiiRealm. Dive into a unique exploration of the medium!"},{name:"Anisha Roy",description:"Anisha Roy, an avid reader and anime fan from Chandigarh, specializes in writing about manga series and their impact on contemporary culture. Her articles often draw parallels between real-world issues and themes in manga, offering a critical yet engaging perspective.",meta_title:"Anisha Roy - Manga Specialist at KawaiiRealm",meta_description:"Explore the cultural impact of manga series with Anisha Roy at KawaiiRealm. Discover critical insights and captivating articles that resonate with real-world issues!"},{name:"Nikhil Verma",description:"Nikhil Verma, a tech educator from Noida, combines his love for technology and animation. He writes extensively on anime’s technological advancements, including animation techniques, CGI, and the future of storytelling in the digital age, making complex information digestible for laypersons.",meta_title:"Nikhil Verma - Tech & Anime Writer at KawaiiRealm",meta_description:"Uncover the intersection of technology and anime with Nikhil Verma at KawaiiRealm. Learn about animation techniques and the future of storytelling in the digital realm!"},{name:"Shivani Agarwal",description:"Shivani Agarwal, a budding manga artist from Jaipur, writes about art in anime and manga. Through her articles, she shares tips, techniques, and motivations for aspiring artists while exploring the artistic journey behind popular series.",meta_title:"Shivani Agarwal - Manga Artist & Writer at KawaiiRealm",meta_description:"Embark on an artistic journey through anime and manga with Shivani Agarwal at KawaiiRealm. Get tips and insights for aspiring artists from a manga creator's viewpoint!"},{name:"Meena Shah",description:"Meena is a seasoned anime and manga enthusiast with over a decade of experience writing articles for various online platforms. An anime scholar and cultural analyst, she explores the intricate relationship between Japanese pop culture and Indian youth. Her passion shines through her insightful articles on both classic and contemporary anime.",meta_title:"Meena Shah - Anime & Manga Expert | KawaiiRealm",meta_description:"Explore the world of anime with Meena Shah, an expert writer who delves into the cultural nuances of Japanese pop culture and its impact on Indian society."},{name:"Ravi Kumar",description:"Ravi is a well-known figure in the anime community, his writing is backed by a background in film studies. For over 5 years, he has contributed to various publications, sharing his unique perspectives on storytelling and animation techniques in anime and manga.",meta_title:"Ravi Kumar - Film Studies Graduate & Anime Writer | KawaiiRealm",meta_description:"Discover Ravi Kumar's analytical insights on anime and manga through his articles filled with rich perspectives on storytelling and artistic techniques."},{name:"Aditi Mehra",description:"With a lifelong passion for anime and manga, Aditi has made her mark as a creative writer. She specializes in character analysis and thematic discussions, and her articles have been featured in several anime magazines. Aditi's keen eye for detail makes her a treasured contributor.",meta_title:"Aditi Mehra - Character Analyst & Writer | KawaiiRealm",meta_description:"Delve into character explorations and thematic discussions with Aditi Mehra, a passionate writer whose insights enrich the understanding of anime and manga."},{name:"Arjun Patil",description:"Arjun is an indie comic artist and anime critic based in Mumbai. His background in visual arts brings a unique perspective to his writing, allowing him to analyze anime through an artistic lens. He has contributed to numerous online forums and blogs, sharing his passion for animation.",meta_title:"Arjun Patil - Indie Comic Artist & Anime Critic | KawaiiRealm",meta_description:"Explore the artistic side of anime and manga with Arjun Patil, an indie comic artist sharing his insights and critiques on animation and storytelling."},{name:"Nisha Verma",description:"As an editor for multiple anime publications, Nisha boasts considerable experience in content curation and trend analysis in the anime world. Her articles focus on new releases and industry news, making her a go-to source for up-to-date information.",meta_title:"Nisha Verma - Anime Industry Analyst & Editor | KawaiiRealm",meta_description:"Stay updated with the latest trends and releases in anime and manga through Nisha Verma's insightful articles, delivering fresh insights and analysis."},{name:"Sameer Iyer",description:"Sameer is a passionate otaku and travel blogger who chronicles his adventures at anime conventions around the world. His firsthand experiences add a unique layer to his articles, where he shares everything from cosplay tips to the best events to attend.",meta_title:"Sameer Iyer - Travel Blogger & Anime Enthusiast | KawaiiRealm",meta_description:"Join Sameer Iyer on his global journey through anime conventions, sharing firsthand experiences, cosplay tips, and community insights."},{name:"Lina Ghosh",description:"A manga artist and writer, Lina has transitioned into writing about anime and manga with a focus on art styles and cultural storytelling. She actively engages with the anime community through her illustrations and analytical pieces in various art magazines.",meta_title:"Lina Ghosh - Manga Artist & Anime Writer | KawaiiRealm",meta_description:"Discover the art of storytelling in anime and manga with Lina Ghosh, a manga artist sharing her unique insights on styles and cultural narratives."},{name:"Devika Rao",description:"With a deep appreciation for the lore of anime, Devika combines her background in literature with her love for manga to create compelling articles. Her work often highlights the literary techniques used in storytelling within the anime realm.",meta_title:"Devika Rao - Literary Analyst & Anime Writer | KawaiiRealm",meta_description:"Dive into the literary elements of anime with Devika Rao, whose articles explore storytelling techniques and thematic depth across various series."},{name:"Karan Mehta",description:"Karan is a film enthusiast turned anime critic who offers a cinematic analysis of popular series and films. His engaging reviews and thought-provoking articles make him a prominent voice within the KawaiiRealm community.",meta_title:"Karan Mehta - Cinematic Analyst & Anime Critic | KawaiiRealm",meta_description:"Experience the cinematic depth of anime through Karan Mehta's articles, offering engaging reviews and analyses of popular series and films."},{name:"Pooja Sethi",description:"Pooja is a cultural commentator and anime writer with a knack for discussing the societal impact of anime and manga in India. Her thought-provoking articles tackle representation, themes, and the growing influence of anime in Indian pop culture.",meta_title:"Pooja Sethi - Cultural Commentator & Anime Writer | KawaiiRealm",meta_description:"Explore the societal implications and cultural themes of anime and manga with Pooja Sethi, an insightful writer discussing their impact on Indian society."},{name:"Sarah Tanaka",description:"A passionate writer and anime enthusiast from Japan, Sarah has been immersed in the world of anime and manga since childhood. With over 5 years of experience freelancing for popular culture websites, she brings a unique perspective on traditional and modern anime. She loves to analyze character developments and plot intricacies, making her articles both insightful and engaging.",meta_title:"Sarah Tanaka - Anime and Manga Enthusiast at KawaiiRealm",meta_description:"Explore the thoughts and insights of Sarah Tanaka, a passionate anime and manga writer with 5 years of experience, contributing her unique perspectives to KawaiiRealm."},{name:"Liam O'Reilly",description:"Hailing from Ireland, Liam is an avid manga collector and critic with over 7 years of experience in writing for various online publications. His analytical reviews and engaging content help readers appreciate the art and storytelling of manga. He specializes in indie manga and lesser-known titles that deserve the spotlight.",meta_title:"Liam O'Reilly - Manga Critic and Writer at KawaiiRealm",meta_description:"Join Liam O'Reilly as he shares his expertise on indie manga and highlights hidden gems in the manga world through KawaiiRealm's articles."},{name:"Maria Gonzalez",description:"Based in Mexico, Maria is a committed anime fan and cultural researcher. With a background in anthropology, she explores the cultural significance of anime and manga through her work. Having written for various academic journals and blogs over the past 6 years, her articles provide a deeper understanding of the themes and narratives prevalent in anime.",meta_title:"Maria Gonzalez - Cultural Insight Writer at KawaiiRealm",meta_description:"Discover the cultural depths of anime and manga with Maria Gonzalez, a seasoned writer and researcher contributing to KawaiiRealm."},{name:"Sofia Müller",description:"Originally from Germany, Sofia is an experienced writer and editor with a passion for both anime and manga from different cultures. With over 8 years in the field, she provides detailed coverage of international anime festivals and conventions, sharing tips and guides for fans around the world. Her engaging narratives bridge cultural gaps and connect fans globally.",meta_title:"Sofia Müller - International Anime Culture Writer at KawaiiRealm",meta_description:"Join Sofia Müller in her journey through international anime culture as she shares insights and experiences that connect fans worldwide on KawaiiRealm."},{name:"Jack Thompson",description:"A freelance writer from Australia, Jack focuses on anime film critiques and cinematic trends in the anime industry. With over 3 years of experience, he’s known for his deep analysis and creative insights, shedding light on narrative styles and visual storytelling in anime films.",meta_title:"Jack Thompson - Anime Film Critic at KawaiiRealm",meta_description:"Get in-depth film critiques and analyses from Jack Thompson, an expert writer at KawaiiRealm, focusing on anime's cinematic narratives."},{name:"Yuki Takahashi",description:"With roots in Japan, Yuki is a vibrant podcaster and writer who brings her 6 years of anime content creation experience to KawaiiRealm. She's passionate about discussing anime episodes, character arcs, and trends in a way that resonates with fans. Yuki's contagious enthusiasm and knowledge make her content enjoyable and informative.",meta_title:"Yuki Takahashi - Enthusiastic Anime Podcaster at KawaiiRealm",meta_description:"Explore the latest anime trends and character evaluations with Yuki Takahashi, a dynamic podcaster and writer for KawaiiRealm."},{name:"Nina Petrov",description:"A Russian native, Nina has spent over 5 years dedicated to analyzing the stylistic and artistic elements of manga and anime. She’s a graphic design student with a knack for visual storytelling, enriching KawaiiRealm’s content with her artistic insights and reviews of visual trends within the community.",meta_title:"Nina Petrov - Visual Art Writer at KawaiiRealm",meta_description:"Join Nina Petrov as she delves into the artistic side of anime and manga, bringing visual storytelling insights to KawaiiRealm."},{name:"Gabriel Brown",description:"Based in Canada, Gabriel has over 4 years of experience writing about anime genres and their evolution. His analytical skills and love for shonen and shojo genres fuel his articles, helping fans discover new favorites and appreciate classic titles alike.",meta_title:"Gabriel Brown - Anime Genre Specialist at KawaiiRealm",meta_description:"Explore the evolution of anime genres with Gabriel Brown, a knowledgeable writer at KawaiiRealm who helps you discover your next favorite series."},{name:"Hanna Lee",description:"An experienced content creator from South Korea, Hanna has a passion for anime history and storytelling. With over 7 years of writing, she provides rich historical context to anime shows and films, enabling readers to understand the culture behind their favorite titles.",meta_title:"Hanna Lee - Anime Historian and Writer at KawaiiRealm",meta_description:"Dive into the rich history of anime with Hanna Lee, an expert writer at KawaiiRealm bringing cultural context to your favorite shows."},{name:"Aiko Tanaka",description:"Aiko Tanaka is a passionate writer and anime researcher based in Tokyo, Japan. With over 5 years of experience in the anime blogging community, she specializes in character analysis and story arcs. Aiko has contributed to various Japanese and English-language publications, exploring the dynamics of anime fandom and the cultural impact of manga.",meta_title:"Aiko Tanaka - KawaiiRealm Anime and Manga Writer",meta_description:"Discover Aiko Tanaka, our talented writer based in Tokyo, specializing in character analysis and anime fandom. Explore her insights on KawaiiRealm!"},{name:"Lucas Müller",description:"Lucas Müller is an avid anime fan and freelance writer from Berlin, Germany. With a background in media studies, he has spent over 7 years creating content for various platforms, focusing on anime reviews and seasonal round-ups. His deep understanding of Western and Eastern media allows him to bridge cultural gaps.",meta_title:"Lucas Müller - Expert Anime Reviews at KawaiiRealm",meta_description:"Read expert anime reviews by Lucas Müller, a freelance writer from Berlin. Join him on KawaiiRealm for the latest anime insights and seasonal highlights!"},{name:"Tomás Silva",description:"Hailing from São Paulo, Brazil, Tomás Silva has been writing critically about anime and manga for over 6 years. As a digital media expert, he analyzes trends in the industry and their influence on global pop culture. His articles often delve into the technical aspects of animation and storytelling.",meta_title:"Tomás Silva - Anime and Manga Trend Analyst",meta_description:"Stay up to date with Tomás Silva's analyses of anime and manga trends. Join him on KawaiiRealm for in-depth industry insights!"},{name:"Chloe Wright",description:"Based in London, UK, Chloe Wright is a lifestyle blogger and anime aficionado with over 5 years of experience. Chloe explores the impact of anime on mental health and personal growth through her articles, sharing her journey and connecting with others who are passionate about the anime medium.",meta_title:"Chloe Wright - Anime Impact on Lifestyle",meta_description:"Discover how anime can influence lifestyle and mental health in Chloe Wright's articles on KawaiiRealm. Join her journey today!"},{name:"Sofia Ivanova",description:"Sofia Ivanova, a writer from Moscow, Russia, has a decade-long fascination with anime and manga. She contributes critically acclaimed articles that examine the artistic styles and narrative structures within the medium. Her thorough research and engaging writing make her a valuable voice on KawaiiRealm.",meta_title:"Sofia Ivanova - Artistic Insights into Anime and Manga",meta_description:"Uncover artistic insights into anime and manga with Sofia Ivanova on KawaiiRealm. Explore her critically acclaimed articles!"},{name:"Nia Abdi",description:"Nia Abdi is a Somali-American writer based in Atlanta, Georgia. With a background in literature and cultural studies, Nia brings a refreshing perspective to her analyses of anime themes and cultural representations. She has been actively writing about anime and manga for over 3 years.",meta_title:"Nia Abdi - Cultural Insights in Anime",meta_description:"Explore the cultural insights Nia Abdi offers on KawaiiRealm as she examines themes and representations in anime and manga!"},{name:"Ethan Chen",description:"Ethan Chen is a content creator from Shanghai, China. With a strong passion for storytelling, Ethan has been writing about anime and manga for over 6 years, focusing on hidden gems and underrated titles. His articles aim to introduce readers to lesser-known gems in the anime world.",meta_title:"Ethan Chen - Discover Hidden Anime Gems",meta_description:"Join Ethan Chen on KawaiiRealm as he uncovers hidden anime gems and underrated manga titles. Discover new favorites today!"},{name:"Isabella Rossi",description:"Isabella Rossi, an Italian anime and manga writer based in Milan, Italy, has been part of the anime community for over 8 years. Her writing focuses on the historical evolution of anime and manga and their influence on modern art. Isabella shares her insights with a rich cultural context.",meta_title:"Isabella Rossi - Historical Perspectives on Anime & Manga",meta_description:"Delve into historical perspectives on anime and manga with Isabella Rossi on KawaiiRealm. Explore the evolution of animation and storytelling!"},{name:"Yumi Kim",description:"Based in Seoul, South Korea, Yumi Kim is a dedicated anime and manga journalist with over 5 years of experience. Specializing in industry news and fan events, she provides readers with the latest updates from conventions, festivals, and cultural discussions surrounding anime and manga worldwide.",meta_title:"Yumi Kim - Latest Anime & Manga News from Korea",meta_description:"Stay updated with the latest anime and manga news from Korea with Yumi Kim on KawaiiRealm. Join her for exclusive event coverage!"}],n=i.reduce(((a,e)=>Object.assign(Object.assign({},a),{[e.name]:{title:e.meta_title,description:e.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=n,exports.PAGES_SEO=e;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#ff6f61;--theme-color-8:#ff8f73;--theme-color-7:#ffb2b1;--theme-color-6:#ffdfd3;--theme-color-5:#ffe6e9;--theme-color-3:#f6e0e4;--theme-color-2:#fff3f5;--color-bg-layout:#fafafa;--color-bg-hover:#fff5f7;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ animeReviews: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ seriesReviews: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ characterReviews: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ filmReviews: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ genreReviews: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ mangaAnalysis: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ storytellingTechniques: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ artStyleExploration: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ characterDevelopment: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ thematicElements: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ communityEngagement: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ fanArtSpotlight: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ discussionForums: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ recommendationLists: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ eventMeetups: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ resourcesAndGuides: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ beginnerGuides: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ recommendedReads: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ animeViewingGuides: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ mangaCollectingTips: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ };
151
+ export declare const authors: Record<string, string>;
152
+ export declare const authorsNames: string[];
153
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF8C\uD83D\uDCDA\u2728\uD83D\uDD8C\uFE0F";
154
+ export declare const categories: ("animeReviews" | "communityEngagement" | "mangaAnalysis" | "resourcesAndGuides")[];
155
+ export declare const subcategories: string[];
156
+ export declare const subsubcategories: string[];
157
+ export type Category = keyof typeof dataStructure;
158
+ export type CategoryNode = (typeof dataStructure)[Category];
159
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
160
+ export declare const startDate = "2024-09-10T00:00:00Z";
161
+ export declare const devBucketName = "idn-mangamuses-dev";
162
+ export declare const prodBucketName = "idn-mangamuses";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const n={animeReviews:{title:"In-Depth Anime Reviews & Insights 🌟",description:"Explore comprehensive reviews and analyses of anime series, characters, films, and genres. Join us on a journey through the vibrant world of anime! 🎉",slug:"anime-reviews",children:{seriesReviews:{title:"Series Reviews of Popular Anime 📖✨",description:"Dive into detailed reviews of your favorite anime series, exploring themes, characters, and storytelling techniques that captivate audiences. 🌈",slug:"series-reviews",children:null},characterReviews:{title:"Character Reviews: Deep Dives Into Anime Icons 🦸‍♂️❤️",description:"Uncover insights into beloved anime characters, their motivations, development arcs, and impact on storytelling within various series. 💫",slug:"character-reviews",children:null},filmReviews:{title:"Anime Film Reviews: Cinematic Masterpieces 🎬🌠",description:"Explore critiques and discussions on remarkable anime films, highlighting unique narrative styles and artistic excellence in Japanese cinema. 🏆",slug:"film-reviews",children:null},genreReviews:{title:"Exploring Anime Genres: A Comprehensive Review 🎭📊",description:"Journey through the diverse genres of anime with reviews associated with major themes and categories, perfect for every type of fan. 🎉",slug:"genre-reviews",children:null},other:{title:"Miscellaneous Anime Insights & Reviews 🔍🗞️",description:"Discover a variety of reviews and articles on lesser-known anime subjects, trends, and cultural insights beyond traditional categories. 🌎",slug:"other-reviews",children:null}}},mangaAnalysis:{title:"Deep Dive into Manga: Exploring Storytelling and Art 🎨📚",description:"Explore the intricate storytelling techniques, art styles, and character developments in your favorite manga and anime series. Join the journey! ✨",slug:"deep-dive-into-manga",children:{storytellingTechniques:{title:"Unraveling Storytelling Techniques in Manga 📖✨",description:"Dive into the unique storytelling techniques used in manga and anime. Discover narratives that captivate and engage readers of all ages! 🌟",slug:"storytelling-techniques",children:null},artStyleExploration:{title:"Art Style Exploration: The Visual Language of Manga 🎨🔍",description:"Explore the diverse art styles that define manga and anime. Learn how visuals shape storytelling and create rich experiences for fans! 🌈",slug:"art-style-exploration",children:null},characterDevelopment:{title:"Character Development: Crafting Memorable Manga Personas 🌟🧑‍🎤",description:"Examine character development in beloved manga series. See how complex characters draw audiences and enhance emotional connections! ❤️",slug:"character-development",children:null},thematicElements:{title:"Thematic Elements in Manga: Deep Connections and Messages 💬📜",description:"Investigate the thematic elements woven through various manga stories. Uncover the underlying messages and cultural insights they provide! 🌍",slug:"thematic-elements",children:null},other:{title:"Miscellaneous Insights on Manga and Anime 🌌💡",description:"Discover various topics related to manga and anime that don't fit traditional categories. Engage with unique ideas and lesser-known aspects! ✨",slug:"miscellaneous-insights",children:null}}},communityEngagement:{title:"Explore Our Community Engagement: Anime & Manga Insights",description:"Join our Anime & Manga community for discussions, recommendations, fan art, and meetups. Connect with fellow enthusiasts! 🎨📚",slug:"community-engagement",children:{fanArtSpotlight:{title:"Fan Art Spotlight: Showcase Your Creativity in Anime & Manga",description:"Discover the captivating world of fan art! Share, explore, and appreciate amazing creations from talented artists! 🎨✨",slug:"fan-art-spotlight",children:null},discussionForums:{title:"Discussion Forums: Engage in Anime & Manga Conversations",description:"Dive into discussions on your favorite anime and manga topics. Join the conversation and share your thoughts! 💬🌟",slug:"discussion-forums",children:null},recommendationLists:{title:"Recommendation Lists: Top Anime & Manga Picks You Can't Miss",description:"Looking for your next watch or read? Check out curated lists of must-see anime and manga recommendations! 📖👀",slug:"recommendation-lists",children:null},eventMeetups:{title:"Event Meetups: Connect with Fellow Anime & Manga Fans",description:"Join local meetups and events! Connect, share, and celebrate your love for anime and manga with others! 🤝🎉",slug:"event-meetups",children:null},other:{title:"Other Community Engagement: Expand Your Anime & Manga Experience",description:"Explore various forms of engagement beyond the basics. Join us in expanding the anime and manga community! 🌈💫",slug:"other-engagement",children:null}}},resourcesAndGuides:{title:"Explore Comprehensive Guides to Anime and Manga 📚",description:"Dive deep into the world of anime and manga with our extensive resources and guides. Perfect for fans eager to enhance their understanding! 🌟",slug:"resources-and-guides",children:{beginnerGuides:{title:"Beginner's Guide to Anime and Manga: Start Your Journey 🎉",description:"Discover essential tips and insights in our beginner guides to anime and manga. Perfect for new fans eager to dive into this captivating world! 🚀",slug:"beginners-guide",children:null},recommendedReads:{title:"Recommended Reads: Must-See Anime and Manga 📖✨",description:"Explore our curated list of must-read manga and must-watch anime. Insightful recommendations await avid fans and newcomers alike! 🌈",slug:"recommended-reads",children:null},animeViewingGuides:{title:"Anime Viewing Guides: Navigate Your Watching Experience 🎬",description:"Get the most out of your viewing experience with our comprehensive anime guides. Dive into story arcs, character development, and hidden details! 🔍",slug:"anime-viewing-guides",children:null},mangaCollectingTips:{title:"Manga Collecting Tips: Build Your Collection Wisely 💼",description:"Learn valuable tips for collecting manga, including storage, selection, and organization strategies for dedicated fans and collectors! 🏆",slug:"manga-collecting-tips",children:null},other:{title:"Other Resources: Diverse Insights into Anime and Manga 🌌",description:"Discover various resources that delve into anime and manga beyond the basics. For fans seeking deeper discussions and unique perspectives! 🧩",slug:"other-resources",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,n)=>Object.assign(Object.assign({},e),{[n.name]:[n.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),s="🎌📚✨🖌️",a=Object.keys(n),r=[],o=[];for(const e of a){const i=n[e];if(null==i?void 0:i.children){r.push(...Object.keys(i.children));for(const e of r){const n=i.children[e];(null==n?void 0:n.children)&&o.push(...Object.keys(n.children))}}}const l="2024-09-10T00:00:00Z",c="mangamuses",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=i,exports.authorsNames=t,exports.categories=a,exports.dataStructure=n,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=r,exports.subsubcategories=o;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ Genre = "Genre",
3
+ TypeOfContent = "Type of Content",
4
+ ArtStyle = "Art Style",
5
+ AudienceAgeGroup = "Audience Age Group",
6
+ SeriesPopularity = "Series Popularity"
7
+ }
8
+ type GenreValues = 'Shonen' | 'Shojo' | 'Seinen' | 'Josei' | 'Isekai';
9
+ type TypeOfContentValues = 'Analysis' | 'Reviews' | 'Recommendations' | 'Character Studies' | 'Thematic Explorations';
10
+ type ArtStyleValues = 'Traditional' | 'Digital' | 'Minimalistic' | 'Detailed' | 'Experimental';
11
+ type AudienceAgeGroupValues = 'Kids' | 'Teens' | 'Young Adults' | 'Adults';
12
+ type SeriesPopularityValues = 'Mainstream Hits' | 'Cult Classics' | 'Hidden Gems' | 'Up-and-Coming Series';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.Genre]: GenreValues[];
15
+ [FiltersNames.TypeOfContent]: TypeOfContentValues[];
16
+ [FiltersNames.ArtStyle]: ArtStyleValues[];
17
+ [FiltersNames.AudienceAgeGroup]: AudienceAgeGroupValues[];
18
+ [FiltersNames.SeriesPopularity]: SeriesPopularityValues[];
19
+ };
20
+ export declare const genreValues: GenreValues[];
21
+ export declare const typeOfContentValues: TypeOfContentValues[];
22
+ export declare const artStyleValues: ArtStyleValues[];
23
+ export declare const audienceAgeGroupValues: AudienceAgeGroupValues[];
24
+ export declare const seriesPopularityValues: SeriesPopularityValues[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).Genre="Genre",e.TypeOfContent="Type of Content",e.ArtStyle="Art Style",e.AudienceAgeGroup="Audience Age Group",e.SeriesPopularity="Series Popularity";const s=["Shonen","Shojo","Seinen","Josei","Isekai"],t=["Analysis","Reviews","Recommendations","Character Studies","Thematic Explorations"],r=["Traditional","Digital","Minimalistic","Detailed","Experimental"],i=["Kids","Teens","Young Adults","Adults"],o=["Mainstream Hits","Cult Classics","Hidden Gems","Up-and-Coming Series"],l={[exports.FiltersNames.Genre]:[],[exports.FiltersNames.TypeOfContent]:[],[exports.FiltersNames.ArtStyle]:[],[exports.FiltersNames.AudienceAgeGroup]:[],[exports.FiltersNames.SeriesPopularity]:[]},a={[exports.FiltersNames.Genre]:s,[exports.FiltersNames.TypeOfContent]:t,[exports.FiltersNames.ArtStyle]:r,[exports.FiltersNames.AudienceAgeGroup]:i,[exports.FiltersNames.SeriesPopularity]:o},n=()=>JSON.stringify(a,null,2);exports.artStyleValues=r,exports.audienceAgeGroupValues=i,exports.fullFilters=a,exports.genreValues=s,exports.getFiltersTypesJSON=n,exports.initialFilters=l,exports.seriesPopularityValues=o,exports.typeOfContentValues=t;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.artStyleValues=t.artStyleValues,exports.audienceAgeGroupValues=t.audienceAgeGroupValues,exports.fullFilters=t.fullFilters,exports.genreValues=t.genreValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.seriesPopularityValues=t.seriesPopularityValues,exports.typeOfContentValues=t.typeOfContentValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: MangaMuses is an insightful online portal dedicated to providing a wide range of articles focused on anime and manga culture. This platform caters to fans, offering analyses, reviews, and deeper dives into beloved series and characters.\n - Detailed description: MangaMuses serves as an engaging infotainment hub for enthusiasts of anime and manga. With a commitment to exploring various aspects of these art forms, the portal features meticulously crafted articles that delve into storytelling techniques, character development, and thematic elements found in both classic and contemporary works. Readers can expect thoughtful discussions and critiques of their favorite series, as well as recommendations for hidden gems in the vast universe of manga and anime. The content is designed to educate and entertain, fostering a vibrant community passionate about Japanese media. MangaMuses aims to be a go-to resource for in-depth information while capturing the excitement and creativity that defines the anime and manga experience.\n - Target audience: The target audience for MangaMuses includes anime and manga fans of all ages who seek a deeper understanding of their favorite media. This encompasses casual viewers and readers, as well as devoted fans and collectors looking for thoughtful analyses and engaging content. Additionally, the portal attracts individuals interested in Japanese culture and storytelling, providing insights that resonate beyond just entertainment.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Series Overview\n - Synopsis and Premise\n - Notable Characters\n\n## Themes and Motifs\n - Major Themes Explored\n - Symbolism in Storytelling\n\n## Artistic Style and Animation\n - Visual Aesthetics and Design\n - Animation Techniques and Trends\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Series Overview, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "Anime and manga enthusiasts";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: MangaMuses is an insightful online portal dedicated to providing a wide range of articles focused on anime and manga culture. This platform caters to fans, offering analyses, reviews, and deeper dives into beloved series and characters.\n - Detailed description: MangaMuses serves as an engaging infotainment hub for enthusiasts of anime and manga. With a commitment to exploring various aspects of these art forms, the portal features meticulously crafted articles that delve into storytelling techniques, character development, and thematic elements found in both classic and contemporary works. Readers can expect thoughtful discussions and critiques of their favorite series, as well as recommendations for hidden gems in the vast universe of manga and anime. The content is designed to educate and entertain, fostering a vibrant community passionate about Japanese media. MangaMuses aims to be a go-to resource for in-depth information while capturing the excitement and creativity that defines the anime and manga experience.\n - Target audience: The target audience for MangaMuses includes anime and manga fans of all ages who seek a deeper understanding of their favorite media. This encompasses casual viewers and readers, as well as devoted fans and collectors looking for thoughtful analyses and engaging content. Additionally, the portal attracts individuals interested in Japanese culture and storytelling, providing insights that resonate beyond just entertainment.\n\n",n="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Series Overview\n - Synopsis and Premise\n - Notable Characters\n\n## Themes and Motifs\n - Major Themes Explored\n - Symbolism in Storytelling\n\n## Artistic Style and Animation\n - Visual Aesthetics and Design\n - Animation Techniques and Trends\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Series Overview, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",i="synthesizing the information presented throughout",s="Anime and manga enthusiasts",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=i,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=a,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=n,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";const e=({title:e,alt:a,articleTitle:t})=>({prompt:`1person, character, solo, [${e}], for an article [${t}], masterpiece, best quality, sfw, absurdres, full body, very aesthetic\n\t\t`,negativePrompt:"badhandv4, ng_deepnegative_v1_75t, FastNegativeV2,nsfw, explicit, sensitive, nude, naked, lowres, (bad anatomy), (bad hands), (extra legs), text, error, missing fingers, extra digit, fewer digits, liquid digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, (worst quality:1.6, low quality:1.6), (zombie, sketch, interlocked fingers, comic)",options:{sampler_name:"DPM++ 2M Karras",steps:32,cfg_scale:7,override_settings:{sd_model_checkpoint:"meinamix_meinaV11.safetensors [54ef3e3610]"}}}),a=({title:e,alt:a,articleTitle:t})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${t} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,t=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=a,exports.getOpenAiBasedImagePromptDalle2=t,exports.getStableDiffusionImagePrompt=e;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const a={[exports.PageNames.Authors]:{title:"Meet the Creative Minds Behind MangaMuses 😊",description:"Discover the talented authors bringing your favorite anime and manga to life! 🌟 Dive into their stories and inspirations at MangaMuses."},[exports.PageNames.Home]:{title:"Welcome to MangaMuses - Your Anime & Manga Haven! 🌸",description:"Explore a universe of captivating anime and manga articles, reviews, and news. Join us at MangaMuses for your daily dose of otaku culture! 🐾"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found! 🚫",description:"Oops! It seems like the page you're looking for doesn't exist. Return to the MangaMuses home and continue your anime journey! 📚"},[exports.PageNames.AboutUs]:{title:"About MangaMuses - Your Anime & Manga Companion 🌈",description:"Learn more about MangaMuses, your ultimate source for anime and manga insights! Join us as we celebrate the vibrant world of otaku culture. 🎉"},[exports.PageNames.PrivacyPolicy]:{title:"MangaMuses Privacy Policy 🔒",description:"Read our commitment to your privacy. At MangaMuses, we value your data and ensure a safe browsing experience while you enjoy our content! 🛡️"},[exports.PageNames.Terms]:{title:"Terms of Service at MangaMuses 📜",description:"Review the terms and conditions for using MangaMuses. Your trust is important to us, and we aim to provide a transparent experience! 💼"},[exports.PageNames.Sitemap]:{title:"MangaMuses Sitemap - Navigate with Ease 🚀",description:"Find your way around MangaMuses with our comprehensive sitemap! Explore articles, categories, and more in our anime and manga universe. 🗺️"}},i=[{name:"Ananya Sharma",description:"Ananya Sharma is a passionate anime and manga enthusiast from Mumbai, India. With a decade of experience writing about various anime genres, she has contributed articles to several online portals and is keen on sharing her knowledge about the latest trends in the anime community.",meta_title:"Ananya Sharma | Anime & Manga Writer | MangaMuses",meta_description:"Explore the world of anime and manga through Ananya Sharma's insightful articles, filled with reviews, recommendations, and the latest trends in the otaku community."},{name:"Rajveer Singh",description:"Rajveer Singh is a dedicated anime and manga writer based in Pune. With a background in graphic design and storytelling, he infuses his articles with a unique perspective, drawing from both visual arts and narrative structures.",meta_title:"Rajveer Singh | Art & Storytelling in Anime | MangaMuses",meta_description:"Dive into Rajveer Singh's writings on anime and manga, where art meets storytelling in the captivating world of otaku culture."},{name:"Priya Iyer",description:"Priya Iyer is a well-versed writer and manga artist from Bangalore, specializing in women-centric stories within anime and manga. She has published various stories in independent zines and has an avid following on social media channels.",meta_title:"Priya Iyer | Women-Centric Anime & Manga Insights | MangaMuses",meta_description:"Join Priya Iyer as she explores the intricate narratives of women in anime and manga, passionately advocating for representation in storytelling."},{name:"Aarav Mehta",description:"Aarav Mehta is a seasoned anime critic and blogger, known for his analytical reviews and commentaries on social themes in anime. He hails from New Delhi and is a regular contributor to various anime events and forums.",meta_title:"Aarav Mehta | Anime Critic & Social Commentary | MangaMuses",meta_description:"Explore the analytical world of anime through Aarav Mehta's reviews and insights that highlight the deeper social issues portrayed in your favorite series."},{name:"Neha Kapoor",description:"Neha Kapoor is a freelance writer and avid manga reader from Hyderabad, specializing in manga recommendations and reviews. With an extensive collection of manga from diverse genres, she aims to help readers discover new titles.",meta_title:"Neha Kapoor | Manga Recommendations & Reviews | MangaMuses",meta_description:"Looking for your next manga obsession? Join Neha Kapoor as she shares in-depth recommendations and reviews of the best titles in the manga world."},{name:"Vikram Chaudhary",description:"Vikram Chaudhary is an anime historian and writer from Kolkata, studying the impact of Japanese culture on global anime trends. He combines academic research with casual writing to educate and entertain anime fans.",meta_title:"Vikram Chaudhary | Anime History & Cultural Insights | MangaMuses",meta_description:"Delve into the rich history of anime with Vikram Chaudhary as he uncovers the cultural influences that shape your favorite shows and characters."},{name:"Riya Desai",description:"Riya Desai, based in Chennai, is an enthusiastic writer and podcaster focused on anime community discussions and fandom culture. She engages with fans through podcasts and articles, fostering a sense of community.",meta_title:"Riya Desai | Anime Community & Fandom Insights | MangaMuses",meta_description:"Join Riya Desai in exploring the dynamic community of anime fandom, where discussions and insights bring fans together."},{name:"Karan Verma",description:"Karan Verma is an anime and manga mixologist from Ahmedabad, known for crafting intriguing crossover fan theories and speculative narratives. His creative take on popular themes makes his articles a must-read.",meta_title:"Karan Verma | Crossover Theories & Fan Speculations | MangaMuses",meta_description:"Unlock a new dimension of storytelling with Karan Verma's inventive crossover fan theories that challenge the very fabric of your favorite anime and manga."},{name:"Sanya Gupta",description:"Sanya Gupta is a London-based writer with Indian roots, focusing on the impact of anime and manga on contemporary art. Through her work, she bridges the gap between Eastern and Western artistic expressions.",meta_title:"Sanya Gupta | Anime & Manga in Contemporary Art | MangaMuses",meta_description:"Discover how anime and manga influence modern artistic endeavors through Sanya Gupta's insightful articles, merging cultural perspectives in art."},{name:"Neel Bhattacharya",description:"Neel Bhattacharya is a tech enthusiast from Chandigarh who writes extensively on the intersection of technology and anime, examining how advancements are shaping the future of animated storytelling.",meta_title:"Neel Bhattacharya | Tech & Anime Futurism | MangaMuses",meta_description:"Explore the future of anime through technology with Neel Bhattacharya's articles that discuss innovations impacting the storytelling landscape."},{name:"Ananya Kapoor",description:"Ananya is a passionate anime and manga enthusiast with over five years of experience in writing detailed reviews and articles. Hailing from Mumbai, she loves to explore the cultural nuances reflected in anime and manga. Ananya also runs a blog where she discusses new releases and classic gems.",meta_title:"Ananya Kapoor - Anime & Manga Enthusiast | MangaMuses",meta_description:"Discover insightful articles by Ananya Kapoor at MangaMuses. With over five years of experience, she discusses anime and manga with depth and passion, sharing her unique perspectives."},{name:"Ravi Sharma",description:"Ravi, an anime and manga specialist from Delhi, has been writing for various online platforms for more than six years. His focus on storytelling and character development offers readers fresh insights into their favorite series.",meta_title:"Ravi Sharma - Expert in Anime & Manga | MangaMuses",meta_description:"Explore articles by Ravi Sharma at MangaMuses, where he delves into the intricate storytelling of anime and manga. His extensive experience enriches his reviews and discussions."},{name:"Nisha Reddy",description:"Nisha is an award-winning content creator with a knack for analyzing themes in anime. Based in Bangalore, she has contributed to several web magazines focusing on Asian pop culture. Nisha hopes to inspire more Indian readers to dive into the world of anime.",meta_title:"Nisha Reddy - Anime Culture Analyst | MangaMuses",meta_description:"Join Nisha Reddy at MangaMuses, where her award-winning writing reveals the deeper themes in anime. An experienced content creator, she connects cultural narratives with modern storytelling."},{name:"Karan Singh",description:"Karan, a lifelong anime fan from Kolkata, has spent over a decade creating content around anime and manga. His articles range from reviews to in-depth discussions about animation techniques and trends in the industry.",meta_title:"Karan Singh - Anime Content Creator | MangaMuses",meta_description:"Dive into the world of anime with Karan Singh at MangaMuses. With over a decade of experience, his articles cover reviews and industry trends, appealing to casual fans and hardcore enthusiasts alike."},{name:"Pooja Mehta",description:"With her roots in Hyderabad, Pooja brings a unique perspective to MangaMuses with her background in graphic design. She writes about the artistic elements of anime and manga, blending visual storytelling with critical analysis.",meta_title:"Pooja Mehta - Graphic Designer & Anime Writer | MangaMuses",meta_description:"Explore the artistic side of anime with Pooja Mehta at MangaMuses. A graphic designer by trade, her articles explore visual storytelling and critical analysis in manga and anime."},{name:"Vikram Desai",description:"Vikram is a pop culture critic from Pune, specializing in anime and video games. With a writing career spanning over eight years, he brings a comedic flair to his explorations of plot holes and character arcs in popular series.",meta_title:"Vikram Desai - Comedic Anime Critic | MangaMuses",meta_description:"Laugh along with Vikram Desai at MangaMuses, where he infuses humor into his insightful critiques of anime and video games. His eight years of experience enriches fan discussions."},{name:"Sneha Joshi",description:"Sneha, from Ahmedabad, is an avid reader and writer with over four years of experience in manga blogging. She focuses on the relationship between manga and its adaptations, offering reviews and recommendations on series to watch.",meta_title:"Sneha Joshi - Manga Blogger & Reviewer | MangaMuses",meta_description:"Get the latest on manga adaptations from Sneha Joshi at MangaMuses. With over four years of experience, her reviews and recommendations guide you through what to watch next."},{name:"Arvind Bhatia",description:"Based in Chandigarh, Arvind has been an anime writer since 2015, contributing to various blogs and online journals. He delves into lesser-known series and indie creators, showcasing the diverse world of anime.",meta_title:"Arvind Bhatia - Indie Anime Enthusiast | MangaMuses",meta_description:"Discover indie anime gems with Arvind Bhatia at MangaMuses. An anime writer since 2015, his articles explore lesser-known series and creators in the vibrant world of anime."},{name:"Ritika Saini",description:"Ritika is a pop culture aficionado from Jaipur and the author of several thoughtful essays on manga and anime tropes. With a flair for weaving personal experiences into her articles, she builds relatable connections for her readers.",meta_title:"Ritika Saini - Pop Culture Essayist | MangaMuses",meta_description:"Join Ritika Saini at MangaMuses for essays on anime and manga that connect personal experiences to popular tropes. Her insightful writing resonates with fans and newcomers alike."},{name:"Rahul Mehta",description:"A freelance writer and a huge anime buff from Delhi, Rahul enjoys dissecting the nuances of anime narratives for his articles. With a background in literature, he brings a critical eye to character development and thematic explorations.",meta_title:"Rahul Mehta - Anime Narrative Analyst | MangaMuses",meta_description:"Dive deep into anime narratives with Rahul Mehta at MangaMuses. A literature graduate and freelance writer, he offers critical analyses on character development and themes through his articles."},{name:"Rohan Sharma",description:"Rohan Sharma is an anime and manga enthusiast based in Mumbai. With over 5 years of experience writing for various online platforms, he delves deep into the nuances of storytelling, art styles, and character development in anime and manga. His articles aim to educate readers on both mainstream and indie works, fostering a rich understanding of the medium.",meta_title:"Rohan Sharma - Anime & Manga Writer for MangaMuses",meta_description:"Discover insights from Rohan Sharma, an experienced anime and manga writer with a focus on storytelling and character analysis at MangaMuses."},{name:"Priya Kapoor",description:"Priya Kapoor is a Delhi-based writer and illustrator who has been captivated by anime and manga since childhood. With an artistic background and a flair for creative writing, she brings a unique perspective to her articles. She focuses on blending art critique with narrative exploration, often featuring lesser-known works from the anime and manga community.",meta_title:"Priya Kapoor - MangaMuses Anime & Manga Contributor",meta_description:"Explore anime and manga through Priya Kapoor's unique lens—combining art critique and narrative exploration at MangaMuses."},{name:"Amit Verma",description:"Amit Verma, hailing from Bangalore, is a passionate critic and reviewer in the anime and manga field. With a rich background in film studies, he is known for his analytical yet engaging writing style. Over the past decade, Amit has contributed to various publications and possesses a vast knowledge of both classic and contemporary series.",meta_title:"Amit Verma - Anime & Manga Critic for MangaMuses",meta_description:"Join Amit Verma as he critiques and reviews the best in anime and manga; a decade of experience at MangaMuses."},{name:"Neha Singh",description:"Neha Singh is a writer from Pune who specializes in anime and manga enthusiasts' culture. With over 4 years of experience, she interviews industry professionals and dives into the trends shaping the anime landscape. Her work often explores conventions and fan reactions, bridging the gap between creators and fans.",meta_title:"Neha Singh - Cultural Writer at MangaMuses",meta_description:"Neha Singh brings cultural insights from the anime community, exploring trends and fan reactions at MangaMuses."},{name:"Arjun Mehta",description:"Arjun Mehta, based in Kolkata, is a renowned blogger and author focusing on anime myths and folklore. With a degree in literature, he meticulously examines how traditional narratives influence modern anime and manga storytelling. His insightful articles challenge often held perceptions within the community.",meta_title:"Arjun Mehta - Anime Myths & Folklore Expert at MangaMuses",meta_description:"Delve into the impact of folklore in anime and manga with Arjun Mehta at MangaMuses, where traditional narratives meet modern storytelling."},{name:"Vani Desai",description:"Vani Desai is a film and literature critic from Ahmedabad with a keen interest in the anime genre. For the past 6 years, her writings have highlighted the emotional depth and critical themes in anime and manga. She's known for her thought-provoking articles that resonate deeply with fans and newcomers alike.",meta_title:"Vani Desai - Emotional Depth in Anime & Manga at MangaMuses",meta_description:"Explore the emotional depth of anime and manga with Vani Desai's writings at MangaMuses—insightful and thought-provoking."},{name:"Kunal Joshi",description:"Kunal Joshi calls Hyderabad home and has been a dedicated writer for over 7 years. His passion for anime and manga inspires him to explore the how visual storytelling can impact viewers. Kunal’s work often emphasizes the role of animation styles and their historical significance in the genre.",meta_title:"Kunal Joshi - Visual Storytelling Analyst at MangaMuses",meta_description:"Understand the impact of animation styles in anime and manga with Kunal Joshi at MangaMuses—7 years of expert analysis."},{name:"Meera Nair",description:"Meera Nair is a cultural critic and writer based in Chennai, with a special focus on female representation in anime and manga. Her articles challenge stereotypes and highlight diverse voices in the industry, promoting a more holistic understanding of characters and narratives.",meta_title:"Meera Nair - Advocating Female Representation in Anime & Manga at MangaMuses",meta_description:"Join Meera Nair in advocating for female representation in anime and manga—her thought-provoking articles are featured at MangaMuses."},{name:"Tarun Gupta",description:"Tarun Gupta is a seasoned gamer and manga reviewer from Jaipur, integrating elements of gaming culture into anime and manga discussions. His unique angle helps bridge the gap between these two forms of media, analyzing how they influence and inspire each other.",meta_title:"Tarun Gupta - Gaming Culture & Anime Expert at MangaMuses",meta_description:"Explore the intersection of gaming and anime with Tarun Gupta at MangaMuses—where two cultural worlds collide."},{name:"Sakshi Rao",description:"Sakshi Rao is a graphic novelist and content creator from Chandigarh who brings a creative twist to her articles about anime and manga. With a strong foundation in storytelling and visual arts, she explores topics ranging from character design to narrative structure, inspiring others in the artistic community.",meta_title:"Sakshi Rao - Artistic Insights in Anime & Manga at MangaMuses",meta_description:"Explore character design and narrative structure with Sakshi Rao's creative insights in anime and manga at MangaMuses."},{name:"Srinivas Rao",description:"Srinivas is an avid anime and manga enthusiast with over 10 years of writing experience. He has contributed to various online platforms, providing in-depth analyses and reviews that resonate with fans. His passion for storytelling is evident in his articles, making him a valuable asset to MangaMuses.",meta_title:"Srinivas Rao - Anime and Manga Writer for MangaMuses",meta_description:"Discover the insights of Srinivas Rao, a dedicated anime and manga writer at MangaMuses, sharing his expertise and passion for storytelling."},{name:"Ananya Desai",description:"Ananya is a skilled content creator specializing in anime and manga. With a background in literature and cultural studies, she brings a unique perspective to her writing. Her engaging style and attention to detail make her articles a favorite among readers.",meta_title:"Ananya Desai - Anime and Manga Contributor at MangaMuses",meta_description:"Join Ananya Desai at MangaMuses as she explores the vibrant worlds of anime and manga, offering captivating analyses and reviews."},{name:"Rahul Sen",description:"Rahul is a passionate otaku with a talent for writing. He has been publishing articles on anime and manga for over five years, focusing on fan theories, character analysis, and trending series. His insightful commentary appeals to both newcomers and seasoned fans.",meta_title:"Rahul Sen - Anime and Manga Specialist at MangaMuses",meta_description:"Explore the thoughts of Rahul Sen, a knowledgeable anime and manga specialist, contributing unique perspectives and theories at MangaMuses."},{name:"Meera Iyer",description:"Meera Iyer is a lifelong manga lover and a seasoned writer with over eight years of experience in content writing. Her work often focuses on the themes and cultural influences in anime and manga, offering readers an enriching experience.",meta_title:"Meera Iyer - Cultural Analyst at MangaMuses",meta_description:"Dive into the writings of Meera Iyer, a cultural analyst at MangaMuses, exploring deep themes and influences in anime and manga."},{name:"Vinay Agarwal",description:"Vinay is a tech-savvy writer who merges his love for anime and manga with analytical reviews based on storytelling, animation quality, and cultural relevance. With a background in media studies, he provides a comprehensive look at the anime landscape.",meta_title:"Vinay Agarwal - Analytical Review Writer at MangaMuses",meta_description:"Join Vinay Agarwal at MangaMuses as he provides analytical reviews and insights into the world of anime and manga, blending tech and storytelling."},{name:"Priya Malhotra",description:"Priya is a well-respected anime blogger who has written for various platforms. With a focus on character development and series recommendations, she aims to connect with readers of all ages, sharing her enthusiasm for both classic and contemporary works.",meta_title:"Priya Malhotra - Enthusiastic Anime Blogger at MangaMuses",meta_description:"Read the engaging blogs of Priya Malhotra at MangaMuses, where she shares her passion for anime and manga through thoughtful recommendations."},{name:"Amit Sharma",description:"Amit is a visual storyteller and manga enthusiast. With over six years of writing experience, he combines his analytical skills with creative storytelling methods, crafting engaging articles that bring the anime and manga universe to life.",meta_title:"Amit Sharma - Visual Storyteller and Writer at MangaMuses",meta_description:"Explore Amit Sharma's captivating narratives at MangaMuses, where he merges visual storytelling with in-depth anime and manga discussions."},{name:"Neha Ghosh",description:"Neha is an emerging voice in the anime community, known for her relatable writing style and thorough understanding of various genres. Being involved in fandom events and conventions, her articles reflect an insider's perspective on anime and manga.",meta_title:"Neha Ghosh - Emerging Anime Enthusiast at MangaMuses",meta_description:"Follow Neha Ghosh's insights on anime and manga at MangaMuses, showcasing her relatable take on different genres and fandom experiences."},{name:"Riya Kumar",description:"Riya is an experienced writer who has dedicated her career to exploring the intricacies of anime and manga. Her academic background in Japanese studies enhances her understanding of the cultural nuances present in her articles.",meta_title:"Riya Kumar - Cultural Expert and Writer at MangaMuses",meta_description:"Discover Riya Kumar's rich insights on anime and manga at MangaMuses, blending cultural expertise with engaging commentary."},{name:"Aiko Tanaka",description:"Aiko Tanaka is a Tokyo-based writer and manga enthusiast with over 10 years of experience in the anime industry. She specializes in character analysis and narrative structure, contributing to several notable publications in Japan. Aiko's passion for both classic and contemporary manga fuels her engaging and insightful articles.",meta_title:"Aiko Tanaka - Anime and Manga Expert at MangaMuses",meta_description:"Explore the world of anime and manga with Aiko Tanaka, a seasoned writer offering character analyses and narrative insights on MangaMuses."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is an Irish writer and anime critic. With a background in literature and cultural studies, he critically examines themes in anime and how they reflect modern society. He has contributed to various online platforms and is known for his thought-provoking essays.",meta_title:"Liam O'Sullivan - Cultural Critic of Anime at MangaMuses",meta_description:"Delve into cultural themes in anime with Liam O'Sullivan, an insightful critic sharing his perspectives on MangaMuses."},{name:"Sofia Rodriguez",description:"Sofia Rodriguez is a Venezuelan manga artist and writer who has a deep-rooted love for storytelling. With over 5 years of experience in writing articles on Latin American manga and anime, she brings a unique perspective that celebrates diverse cultures and influences within this art form.",meta_title:"Sofia Rodriguez - Cross-Cultural Manga Writer at MangaMuses",meta_description:"Celebrate diverse cultures in anime and manga with Sofia Rodriguez, a passionate writer exploring Latin American influences on MangaMuses."},{name:"James Collins",description:"Based in the United States, James Collins has been writing about anime since the early 2000s. An avid collector and fan, he covers everything from the latest releases to hidden gems in the anime world. His insights and recommendations are sought after by anime fans everywhere.",meta_title:"James Collins - Anime Enthusiast and Contributor at MangaMuses",meta_description:"Discover latest anime insights and hidden gems with James Collins, a passionate contributor on MangaMuses."},{name:"Emi Wong",description:"Emi Wong is a Hong Kong-based anime and manga critic with a knack for connecting themes within different genres. She has been writing articles for various anime publications for over 7 years, focusing on genre influences and the evolution of storytelling in manga.",meta_title:"Emi Wong - Genre Specialist and Critic at MangaMuses",meta_description:"Explore genre influences in anime and manga with Emi Wong, an expert critic providing insightful analysis on MangaMuses."},{name:"Nicolette Schmidt",description:"Nicolette Schmidt is a German writer and lifelong anime fan with a focus on anime adaptations of manga. With a background in media studies, she critically evaluates how adaptations succeed or fail in capturing their source material and shares her findings with the MangaMuses community.",meta_title:"Nicolette Schmidt - Adaptation Analyst at MangaMuses",meta_description:"Analyze anime adaptations of manga with Nicolette Schmidt, an expert writer sharing in-depth reviews and critiques on MangaMuses."},{name:"Marco Oliveira",description:"Marco Oliveira is a Brazilian anime podcaster and writer known for his humorous take on anime and manga reviews. With over 4 years of experience, he adds a light-hearted and entertaining angle to the articles at MangaMuses, appealing to a diverse audience.",meta_title:"Marco Oliveira - Humorous Anime Reviewer at MangaMuses",meta_description:"Enjoy a light-hearted approach to anime and manga with Marco Oliveira, a humorous reviewer contributing to the joyful community of MangaMuses."},{name:"Chloe Davis",description:"Chloe Davis, based in Canada, is an emerging voice in the world of anime journalism. She blends her understanding of feminist theory with manga analysis, tackling representation and diversity issues within popular titles. Her unique perspective makes her a rising star in the MangaMuses community.",meta_title:"Chloe Davis - Feminist Manga Analyst at MangaMuses",meta_description:"Explore representation and diversity in manga through the lens of feminist analysis with Chloe Davis, a rising voice at MangaMuses."},{name:"Taro Yamada",description:"Taro Yamada is a seasoned industry insider and scriptwriter from Japan. With years of experience behind-the-scenes, Taro shares unique behind-the-scenes insights and storytelling techniques that enrich the understanding of both anime and manga for the readers of MangaMuses.",meta_title:"Taro Yamada - Industry Insights Specialist at MangaMuses",meta_description:"Uncover behind-the-scenes insights of anime and manga with Taro Yamada, an industry insider sharing in-depth knowledge at MangaMuses."},{name:"Irene Patel",description:"Irene Patel is a British writer with a keen interest in anime soundtracks and their impact on storytelling. Having worked as a music reviewer, she connects the worlds of anime and music, highlighting the importance of sound in enhancing the anime experience.",meta_title:"Irene Patel - Anime Soundtrack Specialist at MangaMuses",meta_description:"Discover the significance of sound in anime with Irene Patel, a music enthusiast sharing connections between soundtracks and storytelling at MangaMuses."},{name:"Akira Tanaka",description:"Akira Tanaka is a seasoned anime and manga enthusiast from Tokyo, Japan. With over a decade of experience in the industry, Akira has contributed to various popular publications and online platforms. Their expertise lies in analyzing character development and storytelling techniques within both mediums.",meta_title:"Akira Tanaka | Anime and Manga Expert",meta_description:"Discover articles by Akira Tanaka, a Tokyo-based anime and manga expert with over 10 years of experience in storytelling analysis and character development."},{name:"Maria Gonzalez",description:"Maria Gonzalez, a writer and cultural analyst from Madrid, Spain, has been passionate about anime and manga since childhood. Her academic background in cultural studies allows her to approach the subject with a unique perspective, examining socio-political themes within popular titles.",meta_title:"Maria Gonzalez | Cultural Analyst on Anime & Manga",meta_description:"Explore insights by Maria Gonzalez, a Madrid-based writer with a focus on socio-political themes in anime and manga. Engaging articles on cultural impacts await!"},{name:"Rajesh Kumar",description:"Based in Bangalore, India, Rajesh Kumar is a digital content creator who specializes in anime reviews and recommendations. His extensive knowledge of various genres, coupled with his engaging writing style, makes him a go-to source for fans looking for their next favorite series.",meta_title:"Rajesh Kumar | Anime Reviewer and Content Creator",meta_description:"Read articles by Rajesh Kumar, an anime reviewer from Bangalore, specializing in genre analysis and recommendations. Discover your next favorite series today!"},{name:"Sophie Chen",description:"Sophie Chen, a freelance writer and illustrator based in Taipei, Taiwan, has a unique blend of artistic talent and analytical skills. With a focus on manga art styles and techniques, Sophie shares her insights and reviews that not only inform but also inspire aspiring artists.",meta_title:"Sophie Chen | Manga Artist and Writer",meta_description:"Delve into the world of manga artistry with Sophie Chen, a Taipei-based artist and writer. Get inspired by reviews and insights on manga art styles!"},{name:"Liam O'Connor",description:"Liam O'Connor hails from Dublin, Ireland, and has been absorbing anime and manga culture for years. With a knack for storytelling, he creates engaging articles that discuss the emotional depth and character arcs in both formats, appealing to a wide range of readers.",meta_title:"Liam O'Connor | Storytelling in Anime & Manga",meta_description:"Join Liam O'Connor on a journey through anime and manga storytelling. Read engaging articles that explore character arcs and emotional depth."},{name:"Isabella Rossi",description:"Isabella Rossi is a rising star in the anime community from Rome, Italy. With her specialized focus on the intersection of anime and fandom culture, she crafts thought-provoking articles that highlight the global impact of anime on youth culture.",meta_title:"Isabella Rossi | Anime and Fandom Culture Writer",meta_description:"Discover Isabella Rossi's unique insights on the global impact of anime on youth culture. Engaging articles that explore fandom await!"},{name:"Hiroshi Yamamoto",description:"Hiroshi Yamamoto is a veteran manga critic from Osaka, Japan. With a profound understanding of narrative structures, he presents critiques and recommendations that appeal to both long-time fans and newcomers, making manga accessible for everyone.",meta_title:"Hiroshi Yamamoto | Expert Manga Critic",meta_description:"Read insightful critiques by Hiroshi Yamamoto, a veteran manga critic from Osaka. Explore narrative structures and discover new manga series!"},{name:"Emily Johnson",description:"Emily Johnson, an American blogger based in Los Angeles, California, has been covering anime and manga for over five years. With a focus on diverse representations and inclusivity, she writes passionate articles that advocate for underrepresented voices in the anime community.",meta_title:"Emily Johnson | Advocate for Diversity in Anime",meta_description:"Explore Emily Johnson's work advocating for diversity in anime and manga. Engaging articles highlight underrepresented voices in the community."},{name:"Pedro Silva",description:"Pedro Silva is a Brazilian anime and manga critic based in São Paulo. Known for his humorous writing style, he reviews a plethora of titles while also discussing industry trends and cultural significance, making his work both entertaining and informative.",meta_title:"Pedro Silva | Entertaining Anime & Manga Critic",meta_description:"Join Pedro Silva for humorous and informative reviews of anime and manga. Stay updated on industry trends and cultural significance!"},{name:"Aisha Patel",description:"Aisha Patel, a content creator from Nairobi, Kenya, focuses on the emergence of African influences in anime and manga. Through her articles, she aims to bridge cultural gaps and promote understanding of African narratives within these popular genres.",meta_title:"Aisha Patel | Exploring African Narratives in Anime & Manga",meta_description:"Discover Aisha Patel's articles on the intersection of African culture and anime/manga. Explore unique narratives and cultural insights!"}],n=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=n,exports.PAGES_SEO=a;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#3e1a78;--theme-color-8:#652d99;--theme-color-7:#9b58b6;--theme-color-6:#d7b0e3;--theme-color-5:#eab8e4;--theme-color-3:#f1d4e0;--theme-color-2:#f7e1f1;--color-bg-layout:#faf2f5;--color-bg-hover:#e1b2d1;--article-border-radius:24px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.245",
3
+ "version": "1.3.247",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [