@jjlmoya/utils-creative 1.20.0 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/package.json +1 -1
  2. package/src/data.ts +2 -1
  3. package/src/entries.ts +3 -1
  4. package/src/index.ts +3 -0
  5. package/src/tests/locale_completeness.test.ts +2 -14
  6. package/src/tests/tool_validation.test.ts +2 -2
  7. package/src/tool/bead-pattern-generator/bibliography.astro +2 -12
  8. package/src/tool/bead-pattern-generator/bibliography.ts +5 -0
  9. package/src/tool/bead-pattern-generator/entry.ts +0 -1
  10. package/src/tool/bead-pattern-generator/i18n/de.ts +2 -6
  11. package/src/tool/bead-pattern-generator/i18n/en.ts +2 -6
  12. package/src/tool/bead-pattern-generator/i18n/es.ts +2 -6
  13. package/src/tool/bead-pattern-generator/i18n/fr.ts +2 -6
  14. package/src/tool/bead-pattern-generator/i18n/id.ts +2 -6
  15. package/src/tool/bead-pattern-generator/i18n/it.ts +2 -6
  16. package/src/tool/bead-pattern-generator/i18n/ja.ts +2 -6
  17. package/src/tool/bead-pattern-generator/i18n/ko.ts +2 -6
  18. package/src/tool/bead-pattern-generator/i18n/nl.ts +2 -6
  19. package/src/tool/bead-pattern-generator/i18n/pl.ts +2 -6
  20. package/src/tool/bead-pattern-generator/i18n/pt.ts +2 -6
  21. package/src/tool/bead-pattern-generator/i18n/ru.ts +2 -6
  22. package/src/tool/bead-pattern-generator/i18n/sv.ts +2 -6
  23. package/src/tool/bead-pattern-generator/i18n/tr.ts +2 -6
  24. package/src/tool/bead-pattern-generator/i18n/zh.ts +2 -6
  25. package/src/tool/dice-roller/bibliography.astro +3 -12
  26. package/src/tool/dice-roller/bibliography.ts +5 -0
  27. package/src/tool/dice-roller/entry.ts +0 -1
  28. package/src/tool/dice-roller/i18n/de.ts +2 -6
  29. package/src/tool/dice-roller/i18n/en.ts +2 -6
  30. package/src/tool/dice-roller/i18n/es.ts +2 -6
  31. package/src/tool/dice-roller/i18n/fr.ts +2 -6
  32. package/src/tool/dice-roller/i18n/id.ts +2 -6
  33. package/src/tool/dice-roller/i18n/it.ts +2 -6
  34. package/src/tool/dice-roller/i18n/ja.ts +2 -6
  35. package/src/tool/dice-roller/i18n/ko.ts +2 -6
  36. package/src/tool/dice-roller/i18n/nl.ts +2 -6
  37. package/src/tool/dice-roller/i18n/pl.ts +2 -6
  38. package/src/tool/dice-roller/i18n/pt.ts +2 -6
  39. package/src/tool/dice-roller/i18n/ru.ts +2 -6
  40. package/src/tool/dice-roller/i18n/sv.ts +2 -6
  41. package/src/tool/dice-roller/i18n/tr.ts +2 -6
  42. package/src/tool/dice-roller/i18n/zh.ts +2 -6
  43. package/src/tool/excuse-generator/bibliography.astro +2 -12
  44. package/src/tool/excuse-generator/bibliography.ts +3 -0
  45. package/src/tool/excuse-generator/entry.ts +0 -1
  46. package/src/tool/excuse-generator/i18n/de.ts +2 -4
  47. package/src/tool/excuse-generator/i18n/en.ts +2 -4
  48. package/src/tool/excuse-generator/i18n/es.ts +2 -4
  49. package/src/tool/excuse-generator/i18n/fr.ts +2 -4
  50. package/src/tool/excuse-generator/i18n/id.ts +2 -4
  51. package/src/tool/excuse-generator/i18n/it.ts +2 -4
  52. package/src/tool/excuse-generator/i18n/ja.ts +2 -4
  53. package/src/tool/excuse-generator/i18n/ko.ts +2 -4
  54. package/src/tool/excuse-generator/i18n/nl.ts +2 -4
  55. package/src/tool/excuse-generator/i18n/pl.ts +2 -4
  56. package/src/tool/excuse-generator/i18n/pt.ts +2 -4
  57. package/src/tool/excuse-generator/i18n/ru.ts +2 -4
  58. package/src/tool/excuse-generator/i18n/sv.ts +2 -4
  59. package/src/tool/excuse-generator/i18n/tr.ts +2 -4
  60. package/src/tool/excuse-generator/i18n/zh.ts +2 -4
  61. package/src/tool/fortune-cookie/bibliography.astro +2 -12
  62. package/src/tool/fortune-cookie/bibliography.ts +3 -0
  63. package/src/tool/fortune-cookie/entry.ts +0 -1
  64. package/src/tool/fortune-cookie/i18n/de.ts +2 -5
  65. package/src/tool/fortune-cookie/i18n/en.ts +2 -5
  66. package/src/tool/fortune-cookie/i18n/es.ts +2 -4
  67. package/src/tool/fortune-cookie/i18n/fr.ts +2 -5
  68. package/src/tool/fortune-cookie/i18n/id.ts +2 -5
  69. package/src/tool/fortune-cookie/i18n/it.ts +2 -5
  70. package/src/tool/fortune-cookie/i18n/ja.ts +2 -5
  71. package/src/tool/fortune-cookie/i18n/ko.ts +2 -5
  72. package/src/tool/fortune-cookie/i18n/nl.ts +2 -5
  73. package/src/tool/fortune-cookie/i18n/pl.ts +2 -5
  74. package/src/tool/fortune-cookie/i18n/pt.ts +2 -5
  75. package/src/tool/fortune-cookie/i18n/ru.ts +2 -5
  76. package/src/tool/fortune-cookie/i18n/sv.ts +2 -5
  77. package/src/tool/fortune-cookie/i18n/tr.ts +2 -5
  78. package/src/tool/fortune-cookie/i18n/zh.ts +2 -5
  79. package/src/tool/glitch-image-distorter/bibliography.astro +8 -0
  80. package/src/tool/glitch-image-distorter/bibliography.ts +4 -0
  81. package/src/tool/glitch-image-distorter/component.astro +393 -0
  82. package/src/tool/glitch-image-distorter/entry.ts +48 -0
  83. package/src/tool/glitch-image-distorter/glitch-image-distorter.css +233 -0
  84. package/src/tool/glitch-image-distorter/i18n/de.ts +131 -0
  85. package/src/tool/glitch-image-distorter/i18n/en.ts +131 -0
  86. package/src/tool/glitch-image-distorter/i18n/es.ts +131 -0
  87. package/src/tool/glitch-image-distorter/i18n/fr.ts +131 -0
  88. package/src/tool/glitch-image-distorter/i18n/id.ts +131 -0
  89. package/src/tool/glitch-image-distorter/i18n/it.ts +131 -0
  90. package/src/tool/glitch-image-distorter/i18n/ja.ts +131 -0
  91. package/src/tool/glitch-image-distorter/i18n/ko.ts +131 -0
  92. package/src/tool/glitch-image-distorter/i18n/nl.ts +131 -0
  93. package/src/tool/glitch-image-distorter/i18n/pl.ts +131 -0
  94. package/src/tool/glitch-image-distorter/i18n/pt.ts +131 -0
  95. package/src/tool/glitch-image-distorter/i18n/ru.ts +131 -0
  96. package/src/tool/glitch-image-distorter/i18n/sv.ts +131 -0
  97. package/src/tool/glitch-image-distorter/i18n/tr.ts +131 -0
  98. package/src/tool/glitch-image-distorter/i18n/zh.ts +131 -0
  99. package/src/tool/glitch-image-distorter/index.ts +9 -0
  100. package/src/tool/glitch-image-distorter/seo.astro +15 -0
  101. package/src/tool/synesthesia-painter/bibliography.astro +3 -12
  102. package/src/tool/synesthesia-painter/bibliography.ts +5 -0
  103. package/src/tool/synesthesia-painter/entry.ts +0 -1
  104. package/src/tool/synesthesia-painter/i18n/de.ts +2 -6
  105. package/src/tool/synesthesia-painter/i18n/en.ts +2 -6
  106. package/src/tool/synesthesia-painter/i18n/es.ts +2 -6
  107. package/src/tool/synesthesia-painter/i18n/fr.ts +2 -6
  108. package/src/tool/synesthesia-painter/i18n/id.ts +2 -6
  109. package/src/tool/synesthesia-painter/i18n/it.ts +2 -6
  110. package/src/tool/synesthesia-painter/i18n/ja.ts +2 -6
  111. package/src/tool/synesthesia-painter/i18n/ko.ts +2 -6
  112. package/src/tool/synesthesia-painter/i18n/nl.ts +2 -6
  113. package/src/tool/synesthesia-painter/i18n/pl.ts +2 -6
  114. package/src/tool/synesthesia-painter/i18n/pt.ts +2 -6
  115. package/src/tool/synesthesia-painter/i18n/ru.ts +2 -6
  116. package/src/tool/synesthesia-painter/i18n/sv.ts +2 -6
  117. package/src/tool/synesthesia-painter/i18n/tr.ts +2 -6
  118. package/src/tool/synesthesia-painter/i18n/zh.ts +2 -6
  119. package/src/tool/zalgo-generator/bibliography.astro +2 -12
  120. package/src/tool/zalgo-generator/bibliography.ts +5 -0
  121. package/src/tool/zalgo-generator/entry.ts +0 -1
  122. package/src/tool/zalgo-generator/i18n/de.ts +2 -6
  123. package/src/tool/zalgo-generator/i18n/en.ts +2 -6
  124. package/src/tool/zalgo-generator/i18n/es.ts +2 -6
  125. package/src/tool/zalgo-generator/i18n/fr.ts +2 -6
  126. package/src/tool/zalgo-generator/i18n/id.ts +2 -6
  127. package/src/tool/zalgo-generator/i18n/it.ts +2 -6
  128. package/src/tool/zalgo-generator/i18n/ja.ts +2 -6
  129. package/src/tool/zalgo-generator/i18n/ko.ts +2 -6
  130. package/src/tool/zalgo-generator/i18n/nl.ts +2 -6
  131. package/src/tool/zalgo-generator/i18n/pl.ts +2 -6
  132. package/src/tool/zalgo-generator/i18n/pt.ts +2 -6
  133. package/src/tool/zalgo-generator/i18n/ru.ts +2 -6
  134. package/src/tool/zalgo-generator/i18n/sv.ts +2 -6
  135. package/src/tool/zalgo-generator/i18n/tr.ts +2 -6
  136. package/src/tool/zalgo-generator/i18n/zh.ts +2 -6
  137. package/src/tools.ts +2 -0
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-generator';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: '자주 묻는 질문',
60
- bibliographyTitle: '혼돈의 참고 문헌',
61
61
  ui: {
62
62
  title: '잘고 생성기',
63
63
  description: '모̵든̵ ̷것̵이̸ ̴오̶염̷되̴었̴습̶니̸다̵',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: '유니코드 표준 - 결합 문자 (영어)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: '잘고 텍스트 현상 (영어)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - 문자열 정규화', url: 'https://developer.mozilla.org/ko/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-tekstgenerator';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Veelgestelde vragen',
60
- bibliographyTitle: 'Chaosbibliografie',
61
61
  ui: {
62
62
  title: 'Zalgo generator',
63
63
  description: 'A̷l̸l̶e̸s̶ ̴i̸s̷ ̴g̶e̵c̶o̵r̸r̷u̴m̵p̶e̵e̵r̷d̵',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode-standaard - Combinatiekarakters (Engels)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Het Zalgo-tekstfenomeen (Engels)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Stringnormalisatie', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generatory-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Najczęściej zadawane pytania',
60
- bibliographyTitle: 'Bibliografia chaosu',
61
61
  ui: {
62
62
  title: 'Generator Zalgo',
63
63
  description: 'W̵s̸z̷y̷s̵t̶k̵o̷ ̸j̸e̷s̵t̵ ̵s̴k̶o̷r̶u̸m̶p̴o̵w̶a̶n̶e̵',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Standard Unicode - Znaki łączące (ang.)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Fenomen tekstu Zalgo (ang.)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Normalizacja ciągów znaków', url: 'https://developer.mozilla.org/pl/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'gerador-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Perguntas Frequentes',
60
- bibliographyTitle: 'Bibliografia do Caos',
61
61
  ui: {
62
62
  title: 'Gerador Zalgo',
63
63
  description: 'T̴u̵d̸o̸ ̵e̷s̶t̸á̶ ̷c̴o̷r̸r̸o̷m̸p̸i̷d̷o̷',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Padrão Unicode - Caracteres de Combinação (inglês)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'O Fenómeno do Texto Zalgo (inglês)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Normalização de strings', url: 'https://developer.mozilla.org/pt-PT/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'generator-zalgo';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Часто задаваемые вопросы',
60
- bibliographyTitle: 'Библиография хаоса',
61
61
  ui: {
62
62
  title: 'Генератор Залго',
63
63
  description: 'В̵с̷е̵ ̷и̶с̷к̶а̴ж̵е̴н̷о̶',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Стандарт Юникод - Комбинируемые символы (англ.)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Феномен Залго-текста (англ.)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Нормализация строк', url: 'https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-generering';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Vanliga frågor',
60
- bibliographyTitle: 'Kaosbibliografi',
61
61
  ui: {
62
62
  title: 'Zalgo generator',
63
63
  description: 'A̵l̸l̸t̶ ̶ä̶r̶ ̶k̵o̶r̵r̴u̷m̶p̷e̸r̶a̷t̵',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode-standard - Kombinationstecken (engelska)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Zalgo-textfenomenet (engelska)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Strängnormalisering', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-olusturucu';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: 'Sıkça Sorulan Sorular',
60
- bibliographyTitle: 'Kaos Kaynakçası',
61
61
  ui: {
62
62
  title: 'Zalgo Oluşturucu',
63
63
  description: 'H̸e̵r̵ ̸ş̵e̸y̴ ̷b̵o̶z̵u̸k̷',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode Standardı - Birleştirme Karakterleri (İngilizce)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Zalgo Metni Fenomeni (İngilizce)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - Dize normalleştirme', url: 'https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' },
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
@@ -1,4 +1,5 @@
1
1
  import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
2
+ import { bibliography } from '../bibliography';
2
3
  import type { ZalgoGeneratorLocaleContent } from '../index';
3
4
 
4
5
  const slug = 'zalgo-generator';
@@ -57,7 +58,6 @@ export const content: ZalgoGeneratorLocaleContent = {
57
58
  title,
58
59
  description,
59
60
  faqTitle: '常见问题解答',
60
- bibliographyTitle: '混乱文献',
61
61
  ui: {
62
62
  title: 'Zalgo 生成器',
63
63
  description: '一̵切̷都̵已̵损̷坏̷',
@@ -103,11 +103,7 @@ export const content: ZalgoGeneratorLocaleContent = {
103
103
  ]},
104
104
  ],
105
105
  faq,
106
- bibliography: [
107
- { name: 'Unicode 标准 - 组合字符(英文)', url: 'https://www.unicode.org/standard/principles.html#Combining_Characters' },
108
- { name: 'Zalgo 文本现象(英文)', url: 'https://knowyourmeme.com/memes/zalgo' },
109
- { name: 'MDN - 字符串规范化', url: 'https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/String/normalize' }
110
- ],
106
+ bibliography,
111
107
  howTo,
112
108
  schemas: [faqSchema as any, howToSchema as any, appSchema],
113
109
  };
package/src/tools.ts CHANGED
@@ -3,6 +3,7 @@ import { BEAD_PATTERN_GENERATOR_TOOL } from './tool/bead-pattern-generator/index
3
3
  import { DICE_ROLLER_TOOL } from './tool/dice-roller/index';
4
4
  import { EXCUSE_GENERATOR_TOOL } from './tool/excuse-generator/index';
5
5
  import { FORTUNE_COOKIE_TOOL } from './tool/fortune-cookie/index';
6
+ import { GLITCH_IMAGE_DISTORTER_TOOL } from './tool/glitch-image-distorter/index';
6
7
  import { SYNESTHESIA_PAINTER_TOOL } from './tool/synesthesia-painter/index';
7
8
  import { ZALGO_GENERATOR_TOOL } from './tool/zalgo-generator/index';
8
9
 
@@ -11,6 +12,7 @@ export const ALL_TOOLS: ToolDefinition[] = [
11
12
  DICE_ROLLER_TOOL,
12
13
  EXCUSE_GENERATOR_TOOL,
13
14
  FORTUNE_COOKIE_TOOL,
15
+ GLITCH_IMAGE_DISTORTER_TOOL,
14
16
  SYNESTHESIA_PAINTER_TOOL,
15
17
  ZALGO_GENERATOR_TOOL,
16
18
  ];