tedo-publisher 1.3.246 β†’ 1.3.248

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/mangamuses/data.d.ts +162 -0
  2. package/dist/mangamuses/data.js +1 -0
  3. package/dist/mangamuses/filters.d.ts +28 -0
  4. package/dist/mangamuses/filters.js +1 -0
  5. package/dist/mangamuses/helpers.d.ts +3 -0
  6. package/dist/mangamuses/helpers.js +1 -0
  7. package/dist/mangamuses/index.d.ts +15 -0
  8. package/dist/mangamuses/index.js +1 -0
  9. package/dist/mangamuses/prompts/data.d.ts +7 -0
  10. package/dist/mangamuses/prompts/data.js +1 -0
  11. package/dist/mangamuses/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/mangamuses/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/mangamuses/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/mangamuses/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/mangamuses/prompts/images.d.ts +4 -0
  16. package/dist/mangamuses/prompts/images.js +1 -0
  17. package/dist/mangamuses/seo.d.ts +23 -0
  18. package/dist/mangamuses/seo.js +1 -0
  19. package/dist/mangamuses/styles/colors.css +1 -0
  20. package/dist/mangamuses/styles/fonts.css +1 -0
  21. package/dist/mangamuses/styles/global.css +1 -0
  22. package/dist/mangamuses/styles/sizing.css +1 -0
  23. package/dist/mangamuses/styles/theme.css +1 -0
  24. package/dist/mangamuses/styles/vars.css +1 -0
  25. package/dist/toonora/data.d.ts +162 -0
  26. package/dist/toonora/data.js +1 -0
  27. package/dist/toonora/filters.d.ts +28 -0
  28. package/dist/toonora/filters.js +1 -0
  29. package/dist/toonora/helpers.d.ts +3 -0
  30. package/dist/toonora/helpers.js +1 -0
  31. package/dist/toonora/index.d.ts +15 -0
  32. package/dist/toonora/index.js +1 -0
  33. package/dist/toonora/prompts/data.d.ts +7 -0
  34. package/dist/toonora/prompts/data.js +1 -0
  35. package/dist/toonora/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/toonora/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/toonora/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/toonora/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/toonora/prompts/images.d.ts +4 -0
  40. package/dist/toonora/prompts/images.js +1 -0
  41. package/dist/toonora/seo.d.ts +23 -0
  42. package/dist/toonora/seo.js +1 -0
  43. package/dist/toonora/styles/colors.css +1 -0
  44. package/dist/toonora/styles/fonts.css +1 -0
  45. package/dist/toonora/styles/global.css +1 -0
  46. package/dist/toonora/styles/sizing.css +1 -0
  47. package/dist/toonora/styles/theme.css +1 -0
  48. package/dist/toonora/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -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";
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ characterExplorations: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ characterDevelopment: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ characterRelationships: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ characterArchetypes: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ popularCharacters: {
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
+ thematicAnalyses: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ comingOfAgeThemes: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ loveAndRelationshipsThemes: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ moralDilemmasThemes: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ culturalReferences: {
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
+ animeReviews: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ popularAnimeSeries: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ underratedGems: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ genreSpecificReviews: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ animeMovieReviews: {
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
+ mangaSpotlights: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ mangaGenres: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ mangaArtStyles: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ creatorSpotlights: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ mangaSeriesReviews: {
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\uDFA8\uD83D\uDCDA\uD83C\uDF65\uD83D\uDCFA";
154
+ export declare const categories: ("animeReviews" | "characterExplorations" | "thematicAnalyses" | "mangaSpotlights")[];
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-toonora-dev";
162
+ export declare const prodBucketName = "idn-toonora";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const n={characterExplorations:{title:"Character Explorations: Dive into Anime & Manga Characters 🌟",description:"Explore character development, relationships, and archetypes in anime and manga. Discover your favorite characters like never before! πŸ“š",slug:"character-explorations",children:{characterDevelopment:{title:"Character Development in Anime & Manga: A Deep Dive 🌈",description:"Uncover the intricacies of character development in anime and manga. Analyze what makes your favorite characters grow and evolve! ✨",slug:"character-development",children:null},characterRelationships:{title:"Exploring Character Relationships in Anime & Manga πŸ’ž",description:"Delve into the compelling relationships between characters in anime and manga. Discover the bonds that define them! 🀝",slug:"character-relationships",children:null},characterArchetypes:{title:"Character Archetypes in Anime & Manga: Understanding the Roles 🎭",description:"Analyze the various character archetypes found in anime and manga. Learn how they shape stories and resonate with audiences! πŸ“–",slug:"character-archetypes",children:null},popularCharacters:{title:"Popular Characters in Anime & Manga: Icons of the Genre 🌟",description:"Celebrate the most popular characters in anime and manga. Discover iconic figures that have captured hearts across generations! ❀️",slug:"popular-characters",children:null},other:{title:"Other Character Insights in Anime & Manga 🌌",description:"Explore additional insights into characters beyond the norm in anime and manga. Expand your understanding of these captivating figures! πŸ”",slug:"other-character-insights",children:null}}},thematicAnalyses:{title:"Thematic Analyses in Anime and Manga 🌟",description:"Explore engaging thematic analyses in anime and manga at Toonora! Discover insightful articles that uncover deeper meanings. πŸ“–βœ¨",slug:"thematic-analyses",children:{comingOfAgeThemes:{title:"Coming of Age Themes in Anime and Manga πŸŽ‰",description:"Dive into the powerful coming of age themes explored in anime and manga. Discover character growth, challenges, and emotional journeys! 🌱",slug:"coming-of-age-themes",children:null},loveAndRelationshipsThemes:{title:"Love and Relationships Themes in Anime and Manga ❀️",description:"Unravel the intricate love and relationship themes in your favorite anime and manga. Explore romance, heartache, and connections! πŸ’”πŸ‘«",slug:"love-and-relationships-themes",children:null},moralDilemmasThemes:{title:"Moral Dilemmas in Anime and Manga βš–οΈ",description:"Examine the complex moral dilemmas faced by characters in anime and manga. Discover the ethical quandaries they navigate! πŸ€”πŸ“š",slug:"moral-dilemmas-themes",children:null},culturalReferences:{title:"Cultural References in Anime and Manga 🌍",description:"Explore the rich cultural references depicted in anime and manga. Discover how these elements enhance storytelling and themes! πŸŽ­πŸ“–",slug:"cultural-references",children:null},other:{title:"Other Thematic Analyses in Anime and Manga 🌈",description:"Discover various other thematic analyses in anime and manga that go beyond typical themes. Unveil unique perspectives! πŸŒŸπŸ“š",slug:"other-thematic-analyses",children:null}}},animeReviews:{title:"Dive into Our Insightful Anime Reviews 🌟",description:"Explore a captivating collection of anime reviews covering popular series, underrated gems, and movie insights for all fans! 🍿",slug:"anime-reviews",children:{popularAnimeSeries:{title:"Top Popular Anime Series You Must Watch! πŸ“Ί",description:"Discover the most popular anime series, filled with excitement and unforgettable characters that fans love! Join the adventure now! πŸŽ‰",slug:"popular-anime-series",children:null},underratedGems:{title:"Hidden Underrated Anime Gems to Discover! πŸ’Ž",description:"Uncover the underrated gems in the anime world that deserve your attention and appreciation. Dive into these treasures! 🌌",slug:"underrated-gems",children:null},genreSpecificReviews:{title:"In-Depth Genre-Specific Anime Reviews! 🎭",description:"Explore genre-specific reviews of anime that dive into various styles and themes, ensuring there’s something for everyone! πŸ“š",slug:"genre-specific-reviews",children:null},animeMovieReviews:{title:"Must-Watch Anime Movie Reviews and Insights! 🎬",description:"Read our insightful reviews of the latest and classic anime movies that bring storytelling to life through stunning animation! 🌈",slug:"anime-movie-reviews",children:null},other:{title:"Miscellaneous Anime Reviews and Insights! πŸ“˜",description:"Explore various anime reviews and unique insights that don't fit the standard categories, broadening your anime knowledge! ✨",slug:"other-anime-reviews",children:null}}},mangaSpotlights:{title:"Explore Diverse Manga Genres, Art Styles, and Reviews πŸ“šβœ¨",description:"Dive into the vibrant world of manga with our detailed articles exploring genres, art styles, creators, and series reviews that enthusiasts adore. 🌟",slug:"manga-spotlights",children:{mangaGenres:{title:"Discover Manga Genres: A Comprehensive Guide πŸŽ¨πŸ“–",description:"Uncover the captivating variety of manga genres that cater to every taste, from shonen to shojo. Explore and find your next favorite read! 🌌",slug:"manga-genres",children:null},mangaArtStyles:{title:"Manga Art Styles: A Visual Journey Through Creativity πŸŽ¨πŸ–ŒοΈ",description:"Delve into the different art styles of manga that enrich stories and characters, illustrating the beauty of this unique medium. 🎭",slug:"manga-art-styles",children:null},creatorSpotlights:{title:"Spotlight on Manga Creators: Their Influence and Vision 🌟✍️",description:"Celebrate the talented creators behind your favorite manga, exploring their unique approaches and contributions to the art form. 🌈",slug:"creator-spotlights",children:null},mangaSeriesReviews:{title:"In-Depth Manga Series Reviews: Insightful Perspectives πŸ“šπŸ”",description:"Read our extensive reviews of popular manga series, providing critical insights and recommendations for both newcomers and long-time fans. πŸ“–",slug:"manga-series-reviews",children:null},other:{title:"Other Fascinating Aspects of Manga: Explore More! πŸŽ‰πŸŒ",description:"Venture into additional topics surrounding manga, including themes, cultural impact, and much more for a rounded understanding of this art form. 🌟",slug:"other",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)),a="πŸŽ¨πŸ“šπŸ₯πŸ“Ί",r=Object.keys(n),s=[],o=[];for(const e of r){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)&&o.push(...Object.keys(n.children))}}}const l="2024-09-10T00:00:00Z",c="toonora",h=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=a,exports.authors=i,exports.authorsNames=t,exports.categories=r,exports.dataStructure=n,exports.devBucketName=h,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=o;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ GenreExploration = "Genre Exploration",
3
+ CharacterFocus = "Character Focus",
4
+ ThematicDeepDives = "Thematic Deep Dives",
5
+ ContentType = "Content Type",
6
+ AudienceLevel = "Audience Level"
7
+ }
8
+ type GenreExplorationValues = 'Shonen' | 'Shojo' | 'Seinen' | 'Josei' | 'Isekai';
9
+ type CharacterFocusValues = 'Hero Journeys' | 'Villain Backstories' | 'Sidekick Dynamics' | 'Character Development' | 'Romantic Relationships';
10
+ type ThematicDeepDivesValues = 'Friendship & Loyalty' | 'Good vs. Evil' | 'Identity & Self-Discovery' | 'Fantasy Worlds' | 'Cultural Reflections';
11
+ type ContentTypeValues = 'Reviews' | 'In-Depth Analysis' | 'Creator Spotlights' | 'Comparative Studies' | 'Historical Context';
12
+ type AudienceLevelValues = 'Beginner Guides' | 'Intermediate Discussions' | 'Advanced Analyses' | 'Pop Culture Connections' | 'Trendy Topics';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.GenreExploration]: GenreExplorationValues[];
15
+ [FiltersNames.CharacterFocus]: CharacterFocusValues[];
16
+ [FiltersNames.ThematicDeepDives]: ThematicDeepDivesValues[];
17
+ [FiltersNames.ContentType]: ContentTypeValues[];
18
+ [FiltersNames.AudienceLevel]: AudienceLevelValues[];
19
+ };
20
+ export declare const genreExplorationValues: GenreExplorationValues[];
21
+ export declare const characterFocusValues: CharacterFocusValues[];
22
+ export declare const thematicDeepDivesValues: ThematicDeepDivesValues[];
23
+ export declare const contentTypeValues: ContentTypeValues[];
24
+ export declare const audienceLevelValues: AudienceLevelValues[];
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={})).GenreExploration="Genre Exploration",e.CharacterFocus="Character Focus",e.ThematicDeepDives="Thematic Deep Dives",e.ContentType="Content Type",e.AudienceLevel="Audience Level";const s=["Shonen","Shojo","Seinen","Josei","Isekai"],t=["Hero Journeys","Villain Backstories","Sidekick Dynamics","Character Development","Romantic Relationships"],r=["Friendship & Loyalty","Good vs. Evil","Identity & Self-Discovery","Fantasy Worlds","Cultural Reflections"],i=["Reviews","In-Depth Analysis","Creator Spotlights","Comparative Studies","Historical Context"],o=["Beginner Guides","Intermediate Discussions","Advanced Analyses","Pop Culture Connections","Trendy Topics"],a={[exports.FiltersNames.GenreExploration]:[],[exports.FiltersNames.CharacterFocus]:[],[exports.FiltersNames.ThematicDeepDives]:[],[exports.FiltersNames.ContentType]:[],[exports.FiltersNames.AudienceLevel]:[]},n={[exports.FiltersNames.GenreExploration]:s,[exports.FiltersNames.CharacterFocus]:t,[exports.FiltersNames.ThematicDeepDives]:r,[exports.FiltersNames.ContentType]:i,[exports.FiltersNames.AudienceLevel]:o},l=()=>JSON.stringify(n,null,2);exports.audienceLevelValues=o,exports.characterFocusValues=t,exports.contentTypeValues=i,exports.fullFilters=n,exports.genreExplorationValues=s,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.thematicDeepDivesValues=r;
@@ -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.audienceLevelValues=t.audienceLevelValues,exports.characterFocusValues=t.characterFocusValues,exports.contentTypeValues=t.contentTypeValues,exports.fullFilters=t.fullFilters,exports.genreExplorationValues=t.genreExplorationValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.thematicDeepDivesValues=t.thematicDeepDivesValues,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: Toonora is an engaging infotainment articles portal dedicated to the captivating worlds of anime and manga, offering a blend of insightful articles, reviews, and analyses that appeal to fans of all ages.\n - Detailed description: Toonora serves as a comprehensive hub for anime and manga enthusiasts, providing a wide array of articles that delve into various aspects of these beloved art forms. From in-depth character studies to thematic explorations, creators\u2019 spotlights, and genre breakdowns, Toonora caters to both casual viewers and hardcore fans. The portal strives to foster a community of like-minded individuals who share a passion for storytelling through animation and comics. With high-quality content that is well-researched and expertly written, Toonora stays up-to-date with the latest trends and timeless classics, ensuring its readers always have something new to explore and enjoy.\n - Target audience: The primary audience for Toonora includes anime and manga fans ranging from teenagers to adults who have a keen interest in exploring the depths of their favorite shows and comics. Additionally, new viewers looking to understand the medium, as well as seasoned veterans seeking deeper insights and analyses, will find Toonora an invaluable resource. The portal also appeals to those interested in pop culture and entertainment, as well as individuals engaged in discussions around storytelling, art, and character development.\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## Featured Series or Manga\n - Overview of the Series\n - Key Characters and Development\n\n## Character Analysis\n - Major Characters\n - Character Arcs and Growth\n\n## Thematic Exploration\n - Main Themes and Messages\n - Cultural Context and Influences\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 - Featured Series or Manga, 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: Toonora is an engaging infotainment articles portal dedicated to the captivating worlds of anime and manga, offering a blend of insightful articles, reviews, and analyses that appeal to fans of all ages.\n - Detailed description: Toonora serves as a comprehensive hub for anime and manga enthusiasts, providing a wide array of articles that delve into various aspects of these beloved art forms. From in-depth character studies to thematic explorations, creators’ spotlights, and genre breakdowns, Toonora caters to both casual viewers and hardcore fans. The portal strives to foster a community of like-minded individuals who share a passion for storytelling through animation and comics. With high-quality content that is well-researched and expertly written, Toonora stays up-to-date with the latest trends and timeless classics, ensuring its readers always have something new to explore and enjoy.\n - Target audience: The primary audience for Toonora includes anime and manga fans ranging from teenagers to adults who have a keen interest in exploring the depths of their favorite shows and comics. Additionally, new viewers looking to understand the medium, as well as seasoned veterans seeking deeper insights and analyses, will find Toonora an invaluable resource. The portal also appeals to those interested in pop culture and entertainment, as well as individuals engaged in discussions around storytelling, art, and character development.\n\n",a="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## Featured Series or Manga\n - Overview of the Series\n - Key Characters and Development\n\n## Character Analysis\n - Major Characters\n - Character Arcs and Growth\n\n## Thematic Exploration\n - Main Themes and Messages\n - Cultural Context and Influences\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 - Featured Series or Manga, 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=a,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:"Explore the World of Anime & Manga | Toonora",description:"Discover your favorite artists and writers in the anime and manga realm! πŸŽ¨πŸ“š Join us on Toonora for insightful articles and exclusive interviews!"},[exports.PageNames.Home]:{title:"Toonora - Your Ultimate Anime & Manga Destination",description:"Dive into the vibrant world of anime and manga with Toonora! 🌟 Get the latest articles, reviews, and insights that bring your favorite stories to life. πŸ‰"},[exports.PageNames.NotFound]:{title:"Page Not Found | Toonora",description:"Oops! The page you are looking for doesn't exist. πŸ” Explore more articles on anime and manga to find what you love with Toonora! ❀️"},[exports.PageNames.AboutUs]:{title:"About Toonora - Your Anime & Manga Hub",description:"Learn more about Toonora! 🌐 We're dedicated to bringing you the latest insights and stories in the anime and manga community. Join our journey! πŸš€"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - Toonora",description:"Your privacy matters! πŸ”’ Read our privacy policy to understand how we protect your information at Toonora while you explore anime and manga. πŸ“–"},[exports.PageNames.Terms]:{title:"Terms of Service - Toonora",description:"Understand our terms of service for using Toonora. πŸ“œ Your journey through anime and manga starts here, and we want you to enjoy every moment! ✨"},[exports.PageNames.Sitemap]:{title:"Sitemap - Find Your Way on Toonora",description:"Navigate easily through our articles with our sitemap! πŸ—ΊοΈ Discover all things anime and manga at Toonora. Your adventure awaits! 🌈"}},i=[{name:"Ananya Kumar",description:"Ananya Kumar is an anime enthusiast and a seasoned writer with over 5 years of experience in critiquing popular anime and manga series. With a background in film studies, Ananya combines analytical skills with a passion for storytelling to deliver engaging content for Toonora.",meta_title:"Ananya Kumar - Anime & Manga Writer at Toonora",meta_description:"Discover the insights of Ananya Kumar, an experienced anime and manga writer for Toonora, sharing critiques and recommendations with a unique perspective."},{name:"Rohan Mehta",description:"Rohan Mehta is a dedicated manga artist and writer who has made a name for himself in the anime community. With 7 years of experience, he explores the intricacies of manga storytelling, offering readers thoughtful analyses and engaging articles on Toonora.",meta_title:"Rohan Mehta - Manga Artist & Writer at Toonora",meta_description:"Explore captivating articles by Rohan Mehta, a manga artist and writer at Toonora, providing a deep dive into the world of manga and anime."},{name:"Sita Nair",description:"Sita Nair is a cultural commentator and writer with a specialization in anime. Armed with an academic background in Japanese studies, she brings a scholarly yet accessible touch to her articles on Toonora, focusing on the intersection of culture and anime.",meta_title:"Sita Nair - Cultural Commentator & Anime Writer at Toonora",meta_description:"Read Sita Nair's insightful articles on Toonora, where she bridges cultural analysis and anime, enhancing your understanding of this vibrant medium."},{name:"Karan Bhatia",description:"Karan Bhatia has been an anime and manga lover since childhood. As a writer with over 6 years of experience, he shares his opinions and reviews on the latest trends in the anime world for Toonora, making him a go-to source for fans.",meta_title:"Karan Bhatia - Anime Trend Analyst & Writer at Toonora",meta_description:"Dive into Karan Bhatia's articles on Toonora, where he provides expert analysis and reviews of the latest anime trends and series."},{name:"Meera Singh",description:"Meera Singh is a passionate otaku with extensive experience in writing about anime and manga. With a background in creative writing, Meera crafts engaging stories and in-depth analyses for Toonora, resonating with fans around the globe.",meta_title:"Meera Singh - Creative Writer & Anime Enthusiast at Toonora",meta_description:"Explore the imaginative world of Meera Singh, a creative writer at Toonora, as she shares diverse perspectives on anime and manga."},{name:"Arjun Verma",description:"With a love for both writing and anime, Arjun Verma has contributed to various platforms over the last 4 years. His unique blend of humor and insight shines through in his articles at Toonora, where he engages both casual and hardcore fans.",meta_title:"Arjun Verma - Humorous Anime Writer at Toonora",meta_description:"Join Arjun Verma on Toonora where he blends humor with insightful commentary on anime and manga, entertaining fans of all types."},{name:"Priya Joshi",description:"Priya Joshi is a versatile writer specializing in anime and manga criticism. With a decade-long career in writing, she brings rich narrative techniques and a love for storytelling to her works at Toonora, creating a relatable bridge for fans.",meta_title:"Priya Joshi - Experienced Anime Critic & Writer at Toonora",meta_description:"Uncover the world of anime through the eyes of Priya Joshi on Toonora, where her expertise shapes engaging critiques and reflections."},{name:"Vikram Sharma",description:"Vikram Sharma is a dedicated anime fan and content creator known for his analytical approach to storytelling and anime culture. With years of experience, he contributes thoughtful pieces to Toonora that stimulate discussions among fans.",meta_title:"Vikram Sharma - Analytical Anime Writer at Toonora",meta_description:"Engage with Vikram Sharma's analytical articles on Toonora, where he delves into anime culture and storytelling in exciting ways."},{name:"Nisha Roy",description:"Nisha Roy is an anime reviewer and blogger with over 8 years of experience. Her engaging writing style and deep knowledge of anime and manga make her articles on Toonora a must-read for enthusiasts who seek insightful content.",meta_title:"Nisha Roy - Anime Reviewer & Blogger at Toonora",meta_description:"Discover quality reviews and insights from Nisha Roy on Toonora, your go-to source for the latest in anime and manga."},{name:"Pankaj Das",description:"Pankaj Das is a writer and illustrator who enjoys merging his artistic talents with his love for anime. With a focus on visual storytelling, he shares his distinctive viewpoints through engaging articles on Toonora.",meta_title:"Pankaj Das - Illustrator & Anime Writer at Toonora",meta_description:"Explore Pankaj Das's creative perspectives on Toonora, where art meets writing in the captivating realm of anime and manga."},{name:"Aarti Desai",description:"Aarti Desai is an avid anime and manga enthusiast with over 5 years of experience writing for various online platforms. She is passionate about exploring themes in shonen and shojo genres and has contributed to several forums discussing anime lore and character development.",meta_title:"Aarti Desai - Anime & Manga Writer at Toonora",meta_description:"Discover the insights of Aarti Desai, an anime and manga writer with a passion for shonen and shojo genres. Explore her analysis and articles on Toonora."},{name:"Rohit Sharma",description:"Rohit Sharma is a seasoned writer and anime critic with a decade of experience. His work focuses on in-depth reviews and recommendations. He has been a part of the anime community for over 15 years, shaping trends and fostering discussions.",meta_title:"Rohit Sharma - Anime Critic at Toonora",meta_description:"Meet Rohit Sharma, a prominent anime critic at Toonora. With a decade of writing experience, his articles offer insightful reviews and recommendations for anime lovers."},{name:"Neha Gupta",description:"Neha Gupta is a manga historian and art enthusiast based in Mumbai, with over 7 years of writing experience. She specializes in the history and evolution of manga art style, making her articles both informative and engaging.",meta_title:"Neha Gupta - Manga Historian at Toonora",meta_description:"Explore the world of manga through the insights of Neha Gupta, a knowledgeable manga historian and writer at Toonora, with over 7 years in the field."},{name:"Sameer Rao",description:"Sameer Rao is a devoted anime fan and screenwriter who blends storytelling techniques with anime discussions. With more than 8 years of writing experience, he offers a unique perspective on narrative structures within anime.",meta_title:"Sameer Rao - Anime Storyteller at Toonora",meta_description:"Join Sameer Rao at Toonora as he dives into storytelling in anime. With over 8 years of experience, his articles offer a fresh narrative perspective."},{name:"Priya Mehta",description:"Priya Mehta is an expert in anime culture and fandom studies. With over 6 years of experience writing analytical articles, she examines the social impact of anime while connecting it to contemporary trends.",meta_title:"Priya Mehta - Cultural Analyst at Toonora",meta_description:"Discover Priya Mehta's unique insights into anime culture and its social impact at Toonora. With over 6 years of analytical writing experience, her articles are a must-read."},{name:"Nitin Verma",description:"Nitin Verma is an indie illustrator and manga creator with a love for storytelling. With over 4 years of experience, he shares unique manga recommendations and insights from his creative journey.",meta_title:"Nitin Verma - Manga Creator at Toonora",meta_description:"Explore Nitin Verma's artistic insights and manga recommendations at Toonora. An indie creator with over 4 years of experience, he shares his journey in every article."},{name:"Riya Singh",description:"Riya Singh is a passionate anime and manga blogger with experience in community engagement. She actively participates in fan conventions and contributes her experiences and analyses to various anime blogs.",meta_title:"Riya Singh - Anime Blogger at Toonora",meta_description:"Join Riya Singh on Toonora as she shares her adventures in the anime and manga community. With engaging blogs and analyses, she connects fans and stories."},{name:"Vikram Iyer",description:"Vikram Iyer is a tech-savvy youth and anime connoisseur who blends technology and anime trends in his writings. With 5 years of experience, he focuses on thematic trends in modern anime and manga.",meta_title:"Vikram Iyer - Tech & Anime Writer at Toonora",meta_description:"Explore the intersection of technology and anime with Vikram Iyer at Toonora. With 5 years of writing experience, his insights on thematic trends are captivating."},{name:"Kavita Kumar",description:"Kavita Kumar is a literature graduate with a passion for anime analysis. For over 3 years, she has been writing thoughtful critiques and comparisons between anime and their manga counterparts.",meta_title:"Kavita Kumar - Anime Analyst at Toonora",meta_description:"Dive into the world of anime analysis with Kavita Kumar at Toonora. An expert in comparative critiques, she brings thoughtful insights to every piece."},{name:"Tarun Jain",description:"Tarun Jain is a long-time anime enthusiast and writer focused on classic and contemporary titles. With 9 years of writing experience, his reviews help readers discover hidden gems in the anime universe.",meta_title:"Tarun Jain - Anime Enthusiast at Toonora",meta_description:"Discover hidden gems in anime with Tarun Jain at Toonora. With 9 years of experience, his reviews and insights create a rich experience for anime enthusiasts."},{name:"Anjali Sharma",description:"Anjali Sharma is an avid anime enthusiast and freelance writer based in Mumbai. With over five years of experience writing for various online platforms, Anjali specializes in reviews, features, and analyses of the latest anime series and movies. Her passion for storytelling is evident in her engaging articles that bring characters to life.",meta_title:"Anjali Sharma - Anime and Manga Writer at Toonora",meta_description:"Explore the works of Anjali Sharma, a dedicated anime and manga writer at Toonora, providing insightful reviews and engaging articles about your favorite series."},{name:"Raj Pandey",description:"Raj Pandey is a content creator and anime journalist from Delhi. With a background in literature and media studies, Raj has contributed to various anime magazines and blogs. His in-depth analyses and interviews with creators offer a unique perspective on the anime industry.",meta_title:"Raj Pandey - Anime Journalist at Toonora",meta_description:"Discover the insightful writings of Raj Pandey, an anime journalist at Toonora, known for his deep dives into the anime industry and features on beloved series."},{name:"Simran Kaur",description:"Simran Kaur is a passionate manga writer and artist from Chandigarh. With over a decade of involvement in fandom culture, she writes about manga trends, character development, and the creative process behind manga art. Simran also hosts workshops on manga drawing.",meta_title:"Simran Kaur - Manga Writer at Toonora",meta_description:"Immerse yourself in the world of manga with Simran Kaur, a talented manga writer at Toonora, offering fresh insights and creative perspectives on popular titles."},{name:"Vikram Mehta",description:"Vikram Mehta is an anime critic and writer from Bangalore. He has over eight years of experience writing thought-provoking reviews, focusing on themes and messages in popular anime. Vikram's work encourages readers to think critically about their favorite genres.",meta_title:"Vikram Mehta - Anime Critic at Toonora",meta_description:"Engage with the analytical articles of Vikram Mehta, an anime critic at Toonora, known for his thought-provoking reviews and thematic explorations of the anime world."},{name:"Priya Nair",description:"Priya Nair is a Yukari Studies scholar and passionate writer from Pune. With a focus on Japanese culture and its influence on anime and manga, Priya's articles shed light on the cultural context behind popular series, making her writing education-oriented and inspiring.",meta_title:"Priya Nair - Cultural Writer at Toonora",meta_description:"Explore the cultural insights of Priya Nair at Toonora, where she bridges Japanese culture and anime to help readers understand their favorite series on a deeper level."},{name:"Aarav Desai",description:"Aarav Desai is a comic book lover and anime blogger based in Ahmedabad. With a strong presence on social media, Aarav writes extensively about character arcs, fan theories, and the impact of anime on pop culture. His engaging style attracts a diverse readership.",meta_title:"Aarav Desai - Pop Culture Writer at Toonora",meta_description:"Join Aarav Desai at Toonora for exciting articles on anime character arcs and fan theories, exploring the vibrant intersection of anime and pop culture."},{name:"Neha Joshi",description:"Neha Joshi is a seasoned anime content strategist and writer from Kolkata. With a rich background in digital marketing, she crafts compelling content that not only entertains but also ranks well on search engines. Neha's expertise provides a unique angle to her articles.",meta_title:"Neha Joshi - Content Strategist at Toonora",meta_description:"Read captivating articles from Neha Joshi at Toonora, where her strategic approach to content writing highlights the best in anime while ensuring top SEO performance."},{name:"Kabir Chatterjee",description:"Kabir Chatterjee is a young and innovative anime writer from Hyderabad. Known for his interactive and engaging writing style, Kabir covers the latest news, events, and trends in the anime community, connecting fans through his articles and social media presence.",meta_title:"Kabir Chatterjee - Anime News Writer at Toonora",meta_description:"Stay updated with Kabir Chatterjee's dynamic writing at Toonora, where he brings the latest news and trends from the anime world directly to fans."},{name:"Riya Sethi",description:"Riya Sethi is a passionate anime and manga lover from Chennai. With a flair for storytelling, Riya specializes in fanfiction and character analysis, offering a unique perspective on popular series while connecting with fellow fans through her writing.",meta_title:"Riya Sethi - Fanfiction Writer at Toonora",meta_description:"Dive into the imaginative world of anime with Riya Sethi at Toonora, where she brings engaging fanfiction and character analysis to life for dedicated fans."},{name:"Arjun Rao",description:"Arjun Rao is an experienced editor and anime writer living in Delhi. With a focus on family-friendly content, he reviews and curates the best anime series for all audiences, ensuring families can enjoy quality entertainment together.",meta_title:"Arjun Rao - Family-Friendly Writer at Toonora",meta_description:"Discover the family-oriented anime recommendations by Arjun Rao at Toonora, where he curates and reviews the best series for viewers of all ages."},{name:"Aditi Sharma",description:"Aditi Sharma is a passionate writer and anime enthusiast who has been following the medium for over a decade. With a background in literature and cultural studies, she enjoys dissecting the narratives of both popular and niche anime series. Aditi has contributed to several online publications and has a keen eye for detail when it comes to character development and storytelling techniques.",meta_title:"Aditi Sharma | Anime & Manga Writer at Toonora",meta_description:"Discover Aditi Sharma's insights on anime and manga. A seasoned writer and cultural analyst, Aditi explores the depths of storytelling and character dynamics in the anime world."},{name:"Rajesh Iyer",description:"Rajesh Iyer is an anime critic and content creator with over eight years of experience in writing about anime and manga. He specializes in genre analysis and trends within the industry. Rajesh’s analytical approach and thoughtful critiques make him a respected voice in the community, often exploring the cultural implications of popular titles.",meta_title:"Rajesh Iyer | Anime Critic at Toonora",meta_description:"Join Rajesh Iyer as he delves into the intricacies of anime and manga. With years of experience, his critiques highlight genre trends and cultural contexts in the anime world."},{name:"Suman Patel",description:"Suman Patel is a content writer and lifelong anime fan, known for her engaging writing style and creative perspectives. She has written extensively about anime culture, cosplay, and fan theories, contributing to various blogs and magazines. Suman also enjoys connecting with artists and creators, bringing the community closer through her articles.",meta_title:"Suman Patel | Anime Culture Writer at Toonora",meta_description:"Explore the vibrant world of anime culture with Suman Patel. From cosplay to fan theories, her articles connect readers with the creative heartbeat of the anime community."},{name:"Karan Desai",description:"Karan Desai is an expert in Japanese animation and manga, with a specialization in historical and cultural influences on modern titles. With over six years of writing experience, Karan has contributed to specialized journals and websites, providing readers with an in-depth understanding of the evolution of anime and manga as cultural phenomena.",meta_title:"Karan Desai | Cultural Analyst at Toonora",meta_description:"Dive deep into the cultural underpinnings of anime and manga with Karan Desai. His expert analyses provide unique insights into historical influences shaping your favorite series."},{name:"Meera Gupta",description:"Meera Gupta is a versatile writer who focuses on anime reviews and recommendations. With a knack for identifying hidden gems in the anime landscape, she has been a strong advocate for lesser-known series and creators. Her work encourages viewers to explore beyond mainstream offerings, providing a refreshing perspective on the medium.",meta_title:"Meera Gupta | Anime Reviewer at Toonora",meta_description:"Join Meera Gupta as she uncovers hidden gems in the anime world. Her insightful reviews and recommendations inspire anime lovers to explore beyond the mainstream."},{name:"Riya Verma",description:"Riya Verma is an emerging voice in the anime and manga community, known for her fresh take on contemporary titles. With a background in communications, she brings a unique approach to her writing, making complex themes accessible for all audiences. Riya is passionate about promoting diversity in anime and regularly features interviews with industry professionals.",meta_title:"Riya Verma | Emerging Anime Writer at Toonora",meta_description:"Experience contemporary anime through Riya Verma's insightful articles. An advocate for diversity, she bridges the gap between audiences and industry professionals."},{name:"Ankit Nair",description:"Ankit Nair is a veteran anime and manga researcher with a focus on comparative studies between Eastern and Western animation styles. His articles dive deep into cultural contrasts, underlying ideologies, and the evolution of storytelling. Ankit's work serves as an educational tool for both casual fans and academic researchers.",meta_title:"Ankit Nair | Researcher & Anime Writer at Toonora",meta_description:"Explore the cultural contrasts in anime and manga with Ankit Nair. His research articles are a blend of education and entertainment for fans and scholars alike."},{name:"Nisha Reddy",description:"Nisha Reddy is a critic and content writer specializing in manga. With a passion for graphic storytelling, Nisha has spent years reviewing manga titles and exploring their impact on readers. Her engaging style and insightful commentary help bridge the gap between print and digital formats in storytelling.",meta_title:"Nisha Reddy | Manga Critic at Toonora",meta_description:"Join Nisha Reddy as she reviews and analyzes the art of manga. Her engaging commentary connects readers with the essence of graphic storytelling."},{name:"Siddharth Kumar",description:"Siddharth Kumar is a narrative analyst and anime aficionado who has spent over seven years writing about the narrative structures in anime and manga. His articles often explore how these narratives reflect societal changes and audience expectations, making him a critical voice for understanding modern anime.",meta_title:"Siddharth Kumar | Narrative Analyst at Toonora",meta_description:"Explore the narratives of anime and manga with Siddharth Kumar. His analytical approach sheds light on how modern storytelling reflects societal changes."},{name:"Miyuki Tanaka",description:"Miyuki is a seasoned anime and manga critic based in Tokyo, Japan. With over a decade of experience in reviewing and analyzing popular series, she brings a deep understanding of cultural nuances in storytelling. Miyuki has contributed to various magazines and online platforms, focusing on both mainstream and indie works.",meta_title:"Miyuki Tanaka - Anime and Manga Critic",meta_description:"Discover insights from Miyuki Tanaka, a Tokyo-based anime and manga critic with over 10 years of experience. Explore her reviews and analyses on Toonora."},{name:"James Blackwood",description:"James is a passionate anime enthusiast and freelance writer from London, UK. With a degree in Media Studies, he specializes in exploring the thematic elements of anime and manga. His engaging writing style and unique perspectives make his articles a must-read for fans and newcomers alike.",meta_title:"James Blackwood - Anime Enthusiast and Writer",meta_description:"Join James Blackwood as he delves into the world of anime and manga. Enjoy his unique perspectives and engaging articles on Toonora."},{name:"Amina Zubari",description:"Amina is a rising star in the anime community based in Karachi, Pakistan. With expertise in manga history and visual storytelling, she has been writing for various blogs and platforms since 2018. Amina's analyses often highlight underrepresented artists and stories in the medium.",meta_title:"Amina Zubari - Anime & Manga Historian",meta_description:"Explore the world of anime and manga through the eyes of Amina Zubari, a talented writer and historian based in Karachi, exclusively at Toonora."},{name:"Liam O'Sullivan",description:"From Dublin, Ireland, Liam brings a critical eye as a journalist and editor specializing in anime culture. With a focus on anime adaptations and fan culture, he has spent years scouting new series and engaging with fan communities. Liam’s sharp commentary and storytelling have made him a significant voice in anime journalism.",meta_title:"Liam O'Sullivan - Anime Culture Journalist",meta_description:"Get insights from Liam O'Sullivan, a Dublin-based journalist specializing in anime culture and adaptations. His articles provide a critical perspective at Toonora."},{name:"Sofia Petrova",description:"Sofia is an anime and manga fanfiction writer and reviewer hailing from Moscow, Russia. With years of writing experience, she delves into character development and fan theories. Sofia's work showcases her creativity and analytical skills, making her reviews captivating and thought-provoking.",meta_title:"Sofia Petrova - Fanfiction Writer and Reviewer",meta_description:"Dive into the imaginative world of anime and manga with Sofia Petrova, a fanfiction writer and reviewer from Moscow. Read her articles on Toonora."},{name:"Carlos Ramirez",description:"A dedicated anime and manga reviewer from Mexico City, Mexico, Carlos has been expressing his passion for anime through blog articles for over five years. His focus on diversity in characters and stories resonates with fans who seek inclusive narratives in popular culture.",meta_title:"Carlos Ramirez - Anime & Manga Reviewer",meta_description:"Join Carlos Ramirez as he explores diversity in anime and manga. Enjoy his thoughtful reviews and articles on Toonora, promoting inclusive narratives."},{name:"Haruto Nishimura",description:"Haruto is a Tokyo-based artist and writer with a focus on the intersection of anime and visual arts. With a formal background in graphic design, he writes extensively about the art styles in both anime and manga, providing readers with a unique perspective on the aesthetic elements of the medium.",meta_title:"Haruto Nishimura - Anime & Manga Art Critic",meta_description:"Uncover the artistry behind anime and manga with Haruto Nishimura, a Tokyo-based writer and artist who delves into visual storytelling on Toonora."},{name:"Emily Chang",description:"Emily is a content creator and reviewer based in Vancouver, Canada, with a keen interest in anime narratives and cultural implications. Since 2016, she has passionately written about LGBTQ+ representation in anime, making her a key voice in advocating for inclusivity in the medium.",meta_title:"Emily Chang - LGBTQ+ Advocate in Anime",meta_description:"Explore LGBTQ+ representation in anime with Emily Chang, a content creator and advocate from Vancouver. Find her insightful articles on Toonora."},{name:"Dinesh Kumar",description:"Dinesh is an anime podcaster and blogger based in New Delhi, India. With his background in communications, he focuses on community-driven content, analyzing how anime affects societal trends and youth culture in India and beyond. His energetic writing style resonates with young anime fans.",meta_title:"Dinesh Kumar - Anime Podcaster & Blogger",meta_description:"Join Dinesh Kumar as he explores community-driven anime content, analyzing trends and cultural impacts. Read his lively articles on Toonora."},{name:"Fatima El-Sayed",description:"An anime and manga lover from Cairo, Egypt, Fatima has spent years writing reviews and recommendations for diverse audiences. Her integrative style combines personal experiences with anime analysis, making her articles relatable and engaging for fans across the globe.",meta_title:"Fatima El-Sayed - Anime & Manga Reviewer",meta_description:"Discover the world of anime and manga with Fatima El-Sayed, a Cairo-based reviewer who offers personal insights and recommendations at Toonora."},{name:"Akira Nakamura",description:"Akira is a seasoned anime reviewer and manga critic from Tokyo, Japan. With over a decade of experience in the anime industry, Akira provides insightful analyses of both classic and contemporary series. His passion for storytelling shines through in his articles, making complex narratives accessible to readers.",meta_title:"Akira Nakamura - Anime and Manga Specialist",meta_description:"Discover the world of anime and manga through Akira Nakamura's expert reviews and insightful articles. With over 10 years of experience, Akira offers depth in every analysis."},{name:"Emily Chen",description:"Based in Taipei, Taiwan, Emily is an anime and manga enthusiast with a background in Japanese literature. She combines her love for storytelling with her knowledge of cultural context, making her articles resonate with international audiences. Emily also produces video essays that complement her written work.",meta_title:"Emily Chen - Cultural Insights in Anime and Manga",meta_description:"Join Emily Chen in exploring the cultural depths of anime and manga. Her articles provide unique insights drawn from her background in Japanese literature."},{name:"Carlos Mendes",description:"Carlos is a Brazilian content creator and manga artist with a flair for analyzing character development and artistic styles in anime and manga. His bilingual skills allow him to bridge the gap between English-speaking audiences and Latin American fans, sharing insights from both sides.",meta_title:"Carlos Mendes - Bridging Cultures through Anime and Manga",meta_description:"Explore the artistic worlds of anime and manga with Carlos Mendes. His bilingual background enriches his analysis, making it accessible to audiences worldwide."},{name:"Fatima Ali",description:"Fatima is a passionate anime fan and freelance writer from Mumbai, India. With a keen interest in anime's societal impact and representation of diverse characters, she brings a fresh perspective to her articles, encouraging reflection among her readers.",meta_title:"Fatima Ali - Perspectives on Diversity in Anime and Manga",meta_description:"Fatima Ali explores the societal impact of anime and manga, providing compelling articles that highlight diverse characters and their representations."},{name:"Jonas Schmidt",description:"Jonas is a German illustrator and blogger with a love for shonen and seinen genres. He writes extensively about the evolution of anime and manga over the years and frequently attends conventions, providing first-hand accounts of trending topics in the community.",meta_title:"Jonas Schmidt - The Evolution of Anime and Manga",meta_description:"Join Jonas Schmidt as he delves into the evolution of anime and manga, sharing insights from conventions and his love for shonen and seinen genres."},{name:"Sofia Ivanova",description:"A lifelong anime fan from Moscow, Russia, Sofia specializes in writing detailed character studies and episode breakdowns. Her analytical approach and clear writing style help fans deepen their understanding of their favorite shows.",meta_title:"Sofia Ivanova - Detailed Character Analysis in Anime and Manga",meta_description:"Explore the intricacies of anime characters with Sofia Ivanova's detailed analysis and episode breakdowns that enhance your viewing experience."},{name:"Mia Moretti",description:"Mia is an American writer and editor based in Los Angeles. She focuses on the intersection of anime and pop culture, providing engaging articles that highlight how anime influences fashion, music, and art worldwide.",meta_title:"Mia Moretti - Pop Culture and Anime Exploration",meta_description:"Discover the influence of anime on pop culture with Mia Moretti's engaging articles that connect fashion, music, and art to beloved series."},{name:"Yasmin Al-Sharif",description:"Based in Dubai, UAE, Yasmin is an avid otaku and freelance writer. She specializes in writing reviews of new anime releases and manga chapters, making her insights valuable to fans looking for the latest recommendations.",meta_title:"Yasmin Al-Sharif - Your Source for Anime Reviews",meta_description:"Stay updated with the latest anime and manga releases through Yasmin Al-Sharif's insightful reviews and recommendations for avid fans."},{name:"Ravi Krishnan",description:"Ravi, hailing from Chennai, India, is a passionate gamer and anime enthusiast. He blends his interests by writing articles that explore the relationships between anime, video games, and their adaptations, engaging a wide audience.",meta_title:"Ravi Krishnan - The Connection Between Anime and Gaming",meta_description:"Explore the dynamic relationship between anime and gaming with Ravi Krishnan's articles that delve into adaptations and cultural influences."}],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:#2c2a29;--theme-color-8:#5a5a4d;--theme-color-7:#a19e8f;--theme-color-6:#c6c4b3;--theme-color-5:#e3e2d5;--theme-color-3:#f0e5d8;--theme-color-2:#f9f4e8;--color-bg-layout:#ffffff;--color-bg-hover:#f0f0f0;--article-border-radius:24px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -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.246",
3
+ "version": "1.3.248",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [