@traq-markdown-engine/sdk 0.1.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 (52) hide show
  1. package/LICENSE +22 -0
  2. package/README.md +193 -0
  3. package/THIRD_PARTY_NOTICES.md +51 -0
  4. package/dist/contract.json +18 -0
  5. package/dist/embedding.d.ts +5 -0
  6. package/dist/embedding.js +34 -0
  7. package/dist/generated/artifact.d.ts +2 -0
  8. package/dist/generated/artifact.js +3 -0
  9. package/dist/generated/nodes.d.ts +54 -0
  10. package/dist/generated/nodes.js +17 -0
  11. package/dist/generated/presets.d.ts +7 -0
  12. package/dist/generated/presets.js +4 -0
  13. package/dist/generated/processing.d.ts +48 -0
  14. package/dist/generated/processing.js +1 -0
  15. package/dist/index.css +965 -0
  16. package/dist/index.d.ts +24 -0
  17. package/dist/index.js +95 -0
  18. package/dist/parser.wasm +0 -0
  19. package/dist/renderer/condensed.d.ts +4 -0
  20. package/dist/renderer/condensed.js +73 -0
  21. package/dist/renderer/embeddings.d.ts +23 -0
  22. package/dist/renderer/embeddings.js +145 -0
  23. package/dist/renderer/image-domains.d.ts +2 -0
  24. package/dist/renderer/image-domains.js +11 -0
  25. package/dist/renderer/index.d.ts +27 -0
  26. package/dist/renderer/index.js +93 -0
  27. package/dist/renderer/links.d.ts +8 -0
  28. package/dist/renderer/links.js +16 -0
  29. package/package.json +84 -0
  30. package/styles/animation/_ascension.sass +34 -0
  31. package/styles/animation/_atsumori.sass +19 -0
  32. package/styles/animation/_attract.sass +19 -0
  33. package/styles/animation/_conga.sass +11 -0
  34. package/styles/animation/_flashy.sass +7 -0
  35. package/styles/animation/_happa.sass +15 -0
  36. package/styles/animation/_index.sass +18 -0
  37. package/styles/animation/_invert.sass +5 -0
  38. package/styles/animation/_parrot.sass +5 -0
  39. package/styles/animation/_party.sass +11 -0
  40. package/styles/animation/_pull.sass +9 -0
  41. package/styles/animation/_pyon.sass +9 -0
  42. package/styles/animation/_rainbow.sass +5 -0
  43. package/styles/animation/_rotate.sass +11 -0
  44. package/styles/animation/_shake.sass +9 -0
  45. package/styles/animation/_stretch.sass +47 -0
  46. package/styles/animation/_turn.sass +11 -0
  47. package/styles/animation/_wiggle.sass +23 -0
  48. package/styles/animation/_zoom.sass +9 -0
  49. package/styles/index.scss +3 -0
  50. package/styles/markdown.scss +377 -0
  51. package/styles/stamp.scss +32 -0
  52. package/styles/stampEffect.scss +102 -0
package/dist/index.css ADDED
@@ -0,0 +1,965 @@
1
+ .markdown-body {
2
+ -ms-text-size-adjust: 100%;
3
+ -webkit-text-size-adjust: 100%;
4
+ line-height: 1.2;
5
+ word-wrap: break-word;
6
+ }
7
+ .markdown-body > :first-child {
8
+ margin-top: 0 !important;
9
+ }
10
+ .markdown-body > :last-child {
11
+ margin-bottom: 0 !important;
12
+ }
13
+ .markdown-body a {
14
+ color: #0366d6;
15
+ background-color: initial;
16
+ text-decoration: none;
17
+ }
18
+ .markdown-body a:active, .markdown-body a:hover {
19
+ text-decoration: underline;
20
+ outline-width: 0;
21
+ }
22
+ .markdown-body a:not([href]) {
23
+ color: inherit;
24
+ text-decoration: none;
25
+ }
26
+ .markdown-body strong {
27
+ font-weight: bold;
28
+ }
29
+ .markdown-body hr {
30
+ height: 0.25em;
31
+ padding: 0;
32
+ margin: 12px 0;
33
+ border: 0;
34
+ background-color: #e1e4e8;
35
+ overflow: hidden;
36
+ }
37
+ .markdown-body h1,
38
+ .markdown-body h2,
39
+ .markdown-body h3,
40
+ .markdown-body h4,
41
+ .markdown-body h5,
42
+ .markdown-body h6 {
43
+ margin-top: 12px;
44
+ margin-bottom: 8px;
45
+ font-weight: bold;
46
+ line-height: 1.25;
47
+ }
48
+ .markdown-body h1,
49
+ .markdown-body h2 {
50
+ padding-bottom: 0.3em;
51
+ }
52
+ .markdown-body h1 {
53
+ font-size: 2em;
54
+ }
55
+ .markdown-body h2 {
56
+ font-size: 1.5em;
57
+ }
58
+ .markdown-body h3 {
59
+ font-size: 1.25em;
60
+ }
61
+ .markdown-body h4 {
62
+ font-size: 1em;
63
+ }
64
+ .markdown-body h5 {
65
+ font-size: 0.875em;
66
+ transform: rotate(0.03deg);
67
+ }
68
+ .markdown-body h6 {
69
+ font-size: 0.85em;
70
+ transform: rotate(0.03deg);
71
+ color: #6a737d;
72
+ }
73
+ .markdown-body p {
74
+ margin-top: 0;
75
+ margin-bottom: 8px;
76
+ }
77
+ .markdown-body blockquote {
78
+ position: relative;
79
+ margin-top: 0;
80
+ margin-bottom: 8px;
81
+ padding: 0 12px;
82
+ color: #6a737d;
83
+ }
84
+ .markdown-body blockquote > :first-child {
85
+ margin-top: 0;
86
+ }
87
+ .markdown-body blockquote > :last-child {
88
+ margin-bottom: 0;
89
+ }
90
+ .markdown-body blockquote::before {
91
+ content: "";
92
+ position: absolute;
93
+ display: block;
94
+ top: 0;
95
+ left: 0;
96
+ width: 0.25em;
97
+ height: 100%;
98
+ background: #dfe2e5;
99
+ }
100
+ .markdown-body > blockquote,
101
+ .markdown-body :not(blockquote) > blockquote {
102
+ padding-bottom: 4px;
103
+ overflow-x: auto;
104
+ }
105
+ .markdown-body > blockquote::before,
106
+ .markdown-body :not(blockquote) > blockquote::before {
107
+ height: calc(100% - 4px);
108
+ }
109
+ .markdown-body ol {
110
+ list-style: decimal;
111
+ }
112
+ .markdown-body ul {
113
+ list-style: disc;
114
+ }
115
+ .markdown-body ol,
116
+ .markdown-body ul {
117
+ padding-left: 2em;
118
+ margin-top: 0;
119
+ margin-bottom: 8px;
120
+ word-break: break-all;
121
+ }
122
+ .markdown-body ol ol,
123
+ .markdown-body ul ol {
124
+ list-style-type: lower-roman;
125
+ }
126
+ .markdown-body ol ol,
127
+ .markdown-body ol ul,
128
+ .markdown-body ul ol,
129
+ .markdown-body ul ul {
130
+ margin-top: 0;
131
+ margin-bottom: 0;
132
+ }
133
+ .markdown-body ol ol ol,
134
+ .markdown-body ol ul ol,
135
+ .markdown-body ul ol ol,
136
+ .markdown-body ul ul ol {
137
+ list-style-type: lower-alpha;
138
+ }
139
+ .markdown-body li > p {
140
+ margin-top: 8px;
141
+ }
142
+ .markdown-body li + li {
143
+ margin-top: 4px;
144
+ }
145
+ .markdown-body > ul,
146
+ .markdown-body > ol,
147
+ .markdown-body :not(li) > ul,
148
+ .markdown-body :not(li) > ol {
149
+ padding-bottom: 4px;
150
+ overflow: auto;
151
+ }
152
+ .markdown-body code,
153
+ .markdown-body pre {
154
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
155
+ font-size: 0.85em;
156
+ border-radius: 4px;
157
+ background-color: #243342;
158
+ }
159
+ .markdown-body code {
160
+ display: inline-block;
161
+ padding: 2px 6px;
162
+ margin: 2px 0;
163
+ }
164
+ .markdown-body s > code {
165
+ text-decoration: line-through;
166
+ }
167
+ .markdown-body pre {
168
+ position: relative;
169
+ margin-top: 0;
170
+ margin-bottom: 16px;
171
+ overflow-wrap: normal;
172
+ line-height: 1.45;
173
+ }
174
+ .markdown-body pre cite {
175
+ position: absolute;
176
+ top: 0;
177
+ right: 0;
178
+ padding: 0 4px;
179
+ border-bottom-left-radius: 4px;
180
+ background-color: rgba(0, 0, 0, 0.1);
181
+ }
182
+ .markdown-body pre code {
183
+ display: block;
184
+ padding: 16px;
185
+ margin: 0;
186
+ border: 0;
187
+ font-size: 1em;
188
+ overflow: auto;
189
+ word-break: normal;
190
+ overflow-wrap: normal;
191
+ white-space: pre;
192
+ line-height: inherit;
193
+ }
194
+ .markdown-body table {
195
+ display: block;
196
+ width: 100%;
197
+ margin-top: 0;
198
+ margin-bottom: 16px;
199
+ padding-bottom: 4px;
200
+ overflow: auto;
201
+ border-spacing: 0;
202
+ border-collapse: collapse;
203
+ }
204
+ .markdown-body td,
205
+ .markdown-body th {
206
+ padding: 4px 12px;
207
+ border: 1px solid #dfe2e5;
208
+ }
209
+ .markdown-body th {
210
+ font-weight: bold;
211
+ }
212
+ .markdown-body tr {
213
+ border-top: 1px solid #c6cbd1;
214
+ background-color: #fff;
215
+ }
216
+ .markdown-body tr:nth-child(2n) {
217
+ background-color: #f6f8fa;
218
+ }
219
+ .markdown-body mark {
220
+ color: black;
221
+ background-color: yellow;
222
+ }
223
+ .markdown-body img {
224
+ max-width: 100%;
225
+ border-style: none;
226
+ box-sizing: initial;
227
+ }
228
+ .markdown-body .katex-block {
229
+ overflow: auto;
230
+ margin-bottom: 4px;
231
+ }
232
+ .markdown-body .spoiler {
233
+ color: transparent;
234
+ background-color: black;
235
+ user-select: none;
236
+ cursor: pointer;
237
+ }
238
+ .markdown-body .spoiler:not([shown]) * {
239
+ visibility: hidden;
240
+ }
241
+ .markdown-body .spoiler[shown] {
242
+ color: inherit;
243
+ background-color: rgba(0, 0, 0, 0.1);
244
+ }
245
+ .markdown-body .message-user-link,
246
+ .markdown-body .message-channel-link,
247
+ .markdown-body .message-group-link {
248
+ cursor: pointer;
249
+ color: #005bac;
250
+ background-color: transparent;
251
+ font-weight: bold;
252
+ }
253
+ .markdown-body .message-user-link-highlight,
254
+ .markdown-body .message-group-link-highlight {
255
+ color: #005bac;
256
+ background-color: #faffad;
257
+ }
258
+
259
+ .markdown-inline-body a {
260
+ color: #0366d6;
261
+ background-color: initial;
262
+ text-decoration: none;
263
+ }
264
+ .markdown-inline-body a:active, .markdown-inline-body a:hover {
265
+ text-decoration: underline;
266
+ outline-width: 0;
267
+ }
268
+ .markdown-inline-body a:not([href]) {
269
+ color: inherit;
270
+ text-decoration: none;
271
+ }
272
+ .markdown-inline-body code {
273
+ display: inline;
274
+ padding: 2px 6px;
275
+ font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
276
+ font-size: 0.85em;
277
+ border-radius: 4px;
278
+ background-color: #243342;
279
+ }
280
+ .markdown-inline-body s > code {
281
+ text-decoration: line-through;
282
+ }
283
+ .markdown-inline-body mark {
284
+ color: black;
285
+ background-color: yellow;
286
+ }
287
+ .markdown-inline-body .spoiler {
288
+ color: transparent;
289
+ background-color: black;
290
+ user-select: none;
291
+ cursor: pointer;
292
+ }
293
+ .markdown-inline-body .spoiler:not([shown]) * {
294
+ visibility: hidden;
295
+ }
296
+ .markdown-inline-body .spoiler[shown] {
297
+ color: inherit;
298
+ background-color: rgba(0, 0, 0, 0.1);
299
+ }
300
+ .markdown-inline-body .message-user-link,
301
+ .markdown-inline-body .message-channel-link,
302
+ .markdown-inline-body .message-group-link {
303
+ cursor: pointer;
304
+ color: #005bac;
305
+ background-color: transparent;
306
+ font-weight: bold;
307
+ }
308
+ .markdown-inline-body .message-user-link-highlight,
309
+ .markdown-inline-body .message-group-link-highlight {
310
+ color: #005bac;
311
+ background-color: #faffad;
312
+ }
313
+ .markdown-inline-body .message-emoji.large, .markdown-inline-body .message-emoji.ex-large {
314
+ font-size: 24px;
315
+ }
316
+
317
+ .emoji {
318
+ display: inline-block;
319
+ text-indent: 999%;
320
+ white-space: nowrap;
321
+ overflow: hidden;
322
+ color: transparent;
323
+ background-size: contain;
324
+ background-repeat: no-repeat;
325
+ background-position: center center;
326
+ vertical-align: middle;
327
+ }
328
+
329
+ .emoji-effect {
330
+ display: inline-block;
331
+ vertical-align: middle;
332
+ }
333
+
334
+ .emoji {
335
+ width: 1em;
336
+ height: 1em;
337
+ font-size: 24px;
338
+ }
339
+ .emoji.ex-large {
340
+ font-size: 48px;
341
+ }
342
+ .emoji.large {
343
+ font-size: 32px;
344
+ }
345
+ .emoji.small {
346
+ font-size: 16px;
347
+ }
348
+
349
+ @keyframes ascension {
350
+ 0% {
351
+ filter: blur(0) drop-shadow(0 0.2em 0.2em #e3df62) saturate(1);
352
+ transform: translateY(0px);
353
+ }
354
+ 10% {
355
+ filter: blur(0) drop-shadow(0 0.2em 0.3em #e3df62) saturate(1);
356
+ transform: translateY(-0.02em);
357
+ }
358
+ 20% {
359
+ filter: blur(0) drop-shadow(0 0.2em 0.4em #e3df62) saturate(1);
360
+ transform: translateY(-0.04em);
361
+ }
362
+ 30% {
363
+ filter: blur(0) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.9);
364
+ transform: translateY(-0.06em);
365
+ }
366
+ 40% {
367
+ filter: blur(0) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.8);
368
+ transform: translateY(-0.08em);
369
+ }
370
+ 50% {
371
+ filter: blur(0) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.7);
372
+ transform: translateY(-0.1em);
373
+ }
374
+ 60% {
375
+ filter: blur(0.2em) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.6);
376
+ transform: translateY(-0.12em) scale(0.8);
377
+ }
378
+ 70% {
379
+ filter: blur(0.4em) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.5);
380
+ transform: translateY(-0.14em) scale(0.6);
381
+ }
382
+ 80% {
383
+ filter: blur(0.6em) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.4);
384
+ transform: translateY(-0.16em) scale(0.4);
385
+ }
386
+ 90% {
387
+ filter: blur(0.8em) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.3);
388
+ transform: translateY(-0.18em) scale(0.2);
389
+ }
390
+ 100% {
391
+ filter: blur(1em) drop-shadow(0 0.2em 0.5em #e3df62) saturate(0.3);
392
+ transform: translateY(-0.2em) scale(0);
393
+ }
394
+ }
395
+ @keyframes atsumori {
396
+ 0% {
397
+ transform: scale(2);
398
+ filter: blur(0.3em) opacity(0) saturate(0.4) drop-shadow(0 0 0 rgba(136, 136, 136, 0));
399
+ }
400
+ 15% {
401
+ transform: scale(1);
402
+ filter: blur(0) opacity(1) saturate(0.4) drop-shadow(0 0 0 rgba(136, 136, 136, 0));
403
+ }
404
+ 20% {
405
+ transform: scale(1.3);
406
+ filter: blur(0) opacity(1) saturate(1) drop-shadow(0 0 0 rgba(136, 136, 136, 0));
407
+ }
408
+ 25% {
409
+ transform: scale(1);
410
+ filter: blur(0) opacity(1) saturate(1.5) drop-shadow(-0.1em -0.1em 0.3em rgba(136, 136, 136, 0.5));
411
+ }
412
+ 35% {
413
+ transform: scale(1);
414
+ filter: blur(0) opacity(1) saturate(1.5) drop-shadow(-0.5em -0.5em 0 rgba(136, 136, 136, 0));
415
+ }
416
+ 100% {
417
+ transform: scale(1);
418
+ filter: blur(0) opacity(1) saturate(1.5) drop-shadow(0 0 0 rgba(136, 136, 136, 0));
419
+ }
420
+ }
421
+ @keyframes attract {
422
+ 0% {
423
+ filter: invert(0) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
424
+ }
425
+ 3.056% {
426
+ filter: invert(0.12224) grayscale(1) brightness(0.7) sepia(1) hue-rotate(5deg) saturate(5) contrast(0.7);
427
+ }
428
+ 5.556% {
429
+ filter: invert(0.22224) grayscale(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(10) contrast(0.8);
430
+ }
431
+ 12.778% {
432
+ filter: invert(0.51112) grayscale(1) brightness(0.3) sepia(1) hue-rotate(180deg) saturate(7) contrast(0.8);
433
+ }
434
+ 20% {
435
+ filter: invert(0.4) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
436
+ }
437
+ 23.056% {
438
+ filter: invert(0.52224) grayscale(1) brightness(0.7) sepia(1) hue-rotate(5deg) saturate(5) contrast(0.7);
439
+ }
440
+ 25.556% {
441
+ filter: invert(0.62224) grayscale(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(10) contrast(0.8);
442
+ }
443
+ 32.778% {
444
+ filter: invert(0.91112) grayscale(1) brightness(0.3) sepia(1) hue-rotate(180deg) saturate(7) contrast(0.8);
445
+ }
446
+ 40% {
447
+ filter: invert(0.8) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
448
+ }
449
+ 43.056% {
450
+ filter: invert(0.92224) grayscale(1) brightness(0.7) sepia(1) hue-rotate(5deg) saturate(5) contrast(0.7);
451
+ }
452
+ 45.556% {
453
+ filter: invert(0.97776) grayscale(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(10) contrast(0.8);
454
+ }
455
+ 52.778% {
456
+ filter: invert(0.68888) grayscale(1) brightness(0.3) sepia(1) hue-rotate(180deg) saturate(7) contrast(0.8);
457
+ }
458
+ 60% {
459
+ filter: invert(0.8) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
460
+ }
461
+ 63.056% {
462
+ filter: invert(0.67776) grayscale(1) brightness(0.7) sepia(1) hue-rotate(5deg) saturate(5) contrast(0.7);
463
+ }
464
+ 65.556% {
465
+ filter: invert(0.57776) grayscale(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(10) contrast(0.8);
466
+ }
467
+ 72.778% {
468
+ filter: invert(0.28888) grayscale(1) brightness(0.3) sepia(1) hue-rotate(180deg) saturate(7) contrast(0.8);
469
+ }
470
+ 80% {
471
+ filter: invert(0.4) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
472
+ }
473
+ 83.056% {
474
+ filter: invert(0.27776) grayscale(1) brightness(0.7) sepia(1) hue-rotate(5deg) saturate(5) contrast(0.7);
475
+ }
476
+ 85.556% {
477
+ filter: invert(0.17776) grayscale(1) brightness(0.4) sepia(1) hue-rotate(50deg) saturate(10) contrast(0.8);
478
+ }
479
+ 92.778% {
480
+ filter: invert(-0.11112) grayscale(1) brightness(0.3) sepia(1) hue-rotate(180deg) saturate(7) contrast(0.8);
481
+ }
482
+ 100% {
483
+ filter: invert(0) grayscale(1) brightness(0.4) sepia(1) hue-rotate(310deg) saturate(6) contrast(0.8);
484
+ }
485
+ }
486
+ @keyframes conga {
487
+ 0% {
488
+ background-position-x: 0;
489
+ }
490
+ 100% {
491
+ background-position-x: 1em;
492
+ }
493
+ }
494
+ @keyframes conga-inv {
495
+ 0% {
496
+ background-position-x: 0;
497
+ }
498
+ 100% {
499
+ background-position-x: -1em;
500
+ }
501
+ }
502
+ @keyframes flashy {
503
+ 0% {
504
+ filter: drop-shadow(0 0 0.2em hsl(0, 50%, 50%));
505
+ }
506
+ 10% {
507
+ filter: drop-shadow(0 0 0.2em hsl(36, 50%, 50%));
508
+ }
509
+ 20% {
510
+ filter: drop-shadow(0 0 0.2em hsl(72, 50%, 50%));
511
+ }
512
+ 30% {
513
+ filter: drop-shadow(0 0 0.2em hsl(108, 50%, 50%));
514
+ }
515
+ 40% {
516
+ filter: drop-shadow(0 0 0.2em hsl(144, 50%, 50%));
517
+ }
518
+ 50% {
519
+ filter: drop-shadow(0 0 0.2em hsl(180, 50%, 50%));
520
+ }
521
+ 60% {
522
+ filter: drop-shadow(0 0 0.2em hsl(216, 50%, 50%));
523
+ }
524
+ 70% {
525
+ filter: drop-shadow(0 0 0.2em hsl(252, 50%, 50%));
526
+ }
527
+ 80% {
528
+ filter: drop-shadow(0 0 0.2em hsl(288, 50%, 50%));
529
+ }
530
+ 90% {
531
+ filter: drop-shadow(0 0 0.2em hsl(324, 50%, 50%));
532
+ }
533
+ }
534
+ @keyframes happa {
535
+ 0% {
536
+ transform: translateY(0) rotateY(0);
537
+ }
538
+ 12.5% {
539
+ transform: translateY(-0.2em) rotateY(0);
540
+ }
541
+ 25% {
542
+ transform: translateY(0) rotateY(0);
543
+ }
544
+ 37.5% {
545
+ transform: translateY(-0.2em) rotateY(0);
546
+ }
547
+ 50% {
548
+ transform: translateY(0) rotateY(0.5turn);
549
+ }
550
+ 62.5% {
551
+ transform: translateY(-0.2em) rotateY(0.5turn);
552
+ }
553
+ 75% {
554
+ transform: translateY(0) rotateY(0.5turn);
555
+ }
556
+ 87.5% {
557
+ transform: translateY(-0.2em) rotateY(0.5turn);
558
+ }
559
+ }
560
+ @keyframes invert {
561
+ 0% {
562
+ filter: invert(0);
563
+ }
564
+ 50% {
565
+ filter: invert(1);
566
+ }
567
+ }
568
+ @keyframes parrot {
569
+ 0% {
570
+ filter: hue-rotate(0);
571
+ }
572
+ 100% {
573
+ filter: hue-rotate(1turn);
574
+ }
575
+ }
576
+ @keyframes party {
577
+ 0% {
578
+ transform: skewX(0deg) scaleY(0.8);
579
+ }
580
+ 25% {
581
+ transform: skewX(-20deg) scaleY(1);
582
+ }
583
+ 50% {
584
+ transform: rotate(0deg) scaleY(1.25);
585
+ }
586
+ 75% {
587
+ transform: skewX(20deg) scaleY(1);
588
+ }
589
+ 100% {
590
+ transform: skewX(0deg) scaleY(0.8);
591
+ }
592
+ }
593
+ @keyframes pull {
594
+ 0% {
595
+ transform: skew(0, 0);
596
+ }
597
+ 25% {
598
+ transform: skew(15deg, 15deg);
599
+ }
600
+ 50% {
601
+ transform: skew(0, 0);
602
+ }
603
+ 75% {
604
+ transform: skew(-15deg, -15deg);
605
+ }
606
+ }
607
+ @keyframes pyon {
608
+ 0% {
609
+ transform: translateY(0) scale(1, 1);
610
+ }
611
+ 30% {
612
+ transform: translateY(-0.2em) scale(1, 1);
613
+ }
614
+ 60% {
615
+ transform: translateY(0) scale(1, 1);
616
+ }
617
+ 80% {
618
+ transform: translateY(0) scale(1.1, 0.9);
619
+ }
620
+ }
621
+ @keyframes rainbow {
622
+ 0% {
623
+ filter: sepia(1) saturate(20) hue-rotate(0);
624
+ }
625
+ 100% {
626
+ filter: sepia(1) saturate(20) hue-rotate(1turn);
627
+ }
628
+ }
629
+ @keyframes rotate {
630
+ 0% {
631
+ transform: rotate(0);
632
+ }
633
+ 100% {
634
+ transform: rotate(1turn);
635
+ }
636
+ }
637
+ @keyframes rotate-inv {
638
+ 0% {
639
+ transform: rotate(0);
640
+ }
641
+ 100% {
642
+ transform: rotate(-1turn);
643
+ }
644
+ }
645
+ @keyframes shake {
646
+ 0% {
647
+ transform: rotate(0deg);
648
+ }
649
+ 25% {
650
+ transform: rotate(20deg);
651
+ }
652
+ 50% {
653
+ transform: rotate(0deg);
654
+ }
655
+ 75% {
656
+ transform: rotate(-20deg);
657
+ }
658
+ }
659
+ @keyframes stretch {
660
+ 0% {
661
+ transform: scaleX(1);
662
+ }
663
+ 20% {
664
+ transform: scaleX(1.75);
665
+ }
666
+ 22% {
667
+ transform: scaleX(1.65);
668
+ }
669
+ 24% {
670
+ transform: scaleX(1.85);
671
+ }
672
+ 26% {
673
+ transform: scaleX(1.65);
674
+ }
675
+ 28% {
676
+ transform: scaleX(1.85);
677
+ }
678
+ 30% {
679
+ transform: scaleX(1.65);
680
+ }
681
+ 32% {
682
+ transform: scaleX(1.85);
683
+ }
684
+ 34% {
685
+ transform: scaleX(1.65);
686
+ }
687
+ 36% {
688
+ transform: scaleX(1.85);
689
+ }
690
+ 38% {
691
+ transform: scaleX(1.65);
692
+ }
693
+ 40% {
694
+ transform: scaleX(1.85);
695
+ }
696
+ 42% {
697
+ transform: scaleX(1.65);
698
+ }
699
+ 44% {
700
+ transform: scaleX(1.85);
701
+ }
702
+ 46% {
703
+ transform: scaleX(1.65);
704
+ }
705
+ 48% {
706
+ transform: scaleX(1.85);
707
+ }
708
+ 50% {
709
+ transform: scaleX(1.65);
710
+ }
711
+ 52% {
712
+ transform: scaleX(1.75);
713
+ }
714
+ 62% {
715
+ transform: scaleX(0.8);
716
+ }
717
+ 68% {
718
+ transform: scaleX(1);
719
+ }
720
+ }
721
+ @keyframes stretch-v {
722
+ 0% {
723
+ transform: scaleY(1);
724
+ }
725
+ 20% {
726
+ transform: scaleY(1.75);
727
+ }
728
+ 22% {
729
+ transform: scaleY(1.65);
730
+ }
731
+ 24% {
732
+ transform: scaleY(1.85);
733
+ }
734
+ 26% {
735
+ transform: scaleY(1.65);
736
+ }
737
+ 28% {
738
+ transform: scaleY(1.85);
739
+ }
740
+ 30% {
741
+ transform: scaleY(1.65);
742
+ }
743
+ 32% {
744
+ transform: scaleY(1.85);
745
+ }
746
+ 34% {
747
+ transform: scaleY(1.65);
748
+ }
749
+ 36% {
750
+ transform: scaleY(1.85);
751
+ }
752
+ 38% {
753
+ transform: scaleY(1.65);
754
+ }
755
+ 40% {
756
+ transform: scaleY(1.85);
757
+ }
758
+ 42% {
759
+ transform: scaleY(1.65);
760
+ }
761
+ 44% {
762
+ transform: scaleY(1.85);
763
+ }
764
+ 46% {
765
+ transform: scaleY(1.65);
766
+ }
767
+ 48% {
768
+ transform: scaleY(1.85);
769
+ }
770
+ 50% {
771
+ transform: scaleY(1.65);
772
+ }
773
+ 52% {
774
+ transform: scaleY(1.75);
775
+ }
776
+ 62% {
777
+ transform: scaleY(0.8);
778
+ }
779
+ 68% {
780
+ transform: scaleY(1);
781
+ }
782
+ }
783
+ @keyframes turn {
784
+ 0% {
785
+ transform: rotateY(0);
786
+ }
787
+ 100% {
788
+ transform: rotateY(1turn);
789
+ }
790
+ }
791
+ @keyframes turn-v {
792
+ 0% {
793
+ transform: rotateX(0);
794
+ }
795
+ 100% {
796
+ transform: rotateX(1turn);
797
+ }
798
+ }
799
+ @keyframes wiggle {
800
+ 0% {
801
+ transform: translate(1px, 1px) rotate(0deg);
802
+ }
803
+ 10% {
804
+ transform: translate(-1px, -2px) rotate(-1deg);
805
+ }
806
+ 20% {
807
+ transform: translate(-3px, 0px) rotate(1deg);
808
+ }
809
+ 30% {
810
+ transform: translate(3px, 2px) rotate(0deg);
811
+ }
812
+ 40% {
813
+ transform: translate(1px, -1px) rotate(1deg);
814
+ }
815
+ 50% {
816
+ transform: translate(-1px, 2px) rotate(-1deg);
817
+ }
818
+ 60% {
819
+ transform: translate(-3px, 1px) rotate(0deg);
820
+ }
821
+ 70% {
822
+ transform: translate(3px, 1px) rotate(-1deg);
823
+ }
824
+ 80% {
825
+ transform: translate(-1px, -1px) rotate(1deg);
826
+ }
827
+ 90% {
828
+ transform: translate(1px, 2px) rotate(0deg);
829
+ }
830
+ 100% {
831
+ transform: translate(1px, -2px) rotate(-1deg);
832
+ }
833
+ }
834
+ @keyframes zoom {
835
+ 0% {
836
+ transform: scale(1);
837
+ }
838
+ 25% {
839
+ transform: scale(1.5);
840
+ }
841
+ 50% {
842
+ transform: scale(1);
843
+ }
844
+ 75% {
845
+ transform: scale(0.5);
846
+ }
847
+ }
848
+ .emoji-effect {
849
+ line-height: 0;
850
+ font-size: 24px;
851
+ }
852
+ .emoji-effect.ex-large {
853
+ font-size: 48px;
854
+ }
855
+ .emoji-effect.large {
856
+ font-size: 32px;
857
+ }
858
+ .emoji-effect.small {
859
+ font-size: 16px;
860
+ }
861
+ .emoji-effect .emoji-effect {
862
+ font-size: inherit;
863
+ }
864
+ .emoji-effect.rotate {
865
+ animation: rotate linear 1s infinite;
866
+ }
867
+ .emoji-effect.rotate-inv {
868
+ animation: rotate-inv linear 1s infinite;
869
+ }
870
+ .emoji-effect.wiggle {
871
+ animation: wiggle linear 0.3s infinite;
872
+ }
873
+ .emoji-effect.parrot {
874
+ animation: parrot linear 0.5s infinite;
875
+ }
876
+ .emoji-effect.zoom {
877
+ animation: zoom linear 1s infinite;
878
+ }
879
+ .emoji-effect.inversion {
880
+ animation: invert linear 1.5s infinite;
881
+ }
882
+ .emoji-effect.turn {
883
+ animation: turn linear 1.5s infinite;
884
+ }
885
+ .emoji-effect.turn-v {
886
+ animation: turn-v linear 1.5s infinite;
887
+ }
888
+ .emoji-effect.happa {
889
+ animation: happa linear 1.5s infinite;
890
+ }
891
+ .emoji-effect.pyon {
892
+ animation: pyon linear 0.75s infinite;
893
+ transform-origin: bottom center;
894
+ }
895
+ .emoji-effect.flashy {
896
+ animation: flashy linear 1s infinite;
897
+ }
898
+ .emoji-effect.pull {
899
+ animation: pull linear 0.5s infinite;
900
+ }
901
+ .emoji-effect.atsumori {
902
+ animation: atsumori linear 2s infinite;
903
+ }
904
+ .emoji-effect.stretch {
905
+ animation: stretch linear 1s infinite;
906
+ }
907
+ .emoji-effect.stretch-v {
908
+ animation: stretch-v linear 1s infinite;
909
+ }
910
+ .emoji-effect.conga .emoji {
911
+ background-repeat: repeat-x;
912
+ animation: conga linear 1s infinite;
913
+ }
914
+ .emoji-effect.conga .conga .emoji {
915
+ background-repeat: repeat-x;
916
+ animation: conga linear 0.5s infinite;
917
+ }
918
+ .emoji-effect.conga .conga .conga .emoji {
919
+ background-repeat: repeat-x;
920
+ animation: conga linear 0.3333333333s infinite;
921
+ }
922
+ .emoji-effect.conga .conga .conga .conga .emoji {
923
+ background-repeat: repeat-x;
924
+ animation: conga linear 0.25s infinite;
925
+ }
926
+ .emoji-effect.conga .conga .conga .conga .conga .emoji {
927
+ background-repeat: repeat-x;
928
+ animation: conga linear 0.2s infinite;
929
+ }
930
+ .emoji-effect.conga-inv .emoji {
931
+ background-repeat: repeat-x;
932
+ animation: conga-inv linear 1s infinite;
933
+ }
934
+ .emoji-effect.conga-inv .conga-inv .emoji {
935
+ background-repeat: repeat-x;
936
+ animation: conga-inv linear 0.5s infinite;
937
+ }
938
+ .emoji-effect.conga-inv .conga-inv .conga-inv .emoji {
939
+ background-repeat: repeat-x;
940
+ animation: conga-inv linear 0.3333333333s infinite;
941
+ }
942
+ .emoji-effect.conga-inv .conga-inv .conga-inv .conga-inv .emoji {
943
+ background-repeat: repeat-x;
944
+ animation: conga-inv linear 0.25s infinite;
945
+ }
946
+ .emoji-effect.conga-inv .conga-inv .conga-inv .conga-inv .conga-inv .emoji {
947
+ background-repeat: repeat-x;
948
+ animation: conga-inv linear 0.2s infinite;
949
+ }
950
+ .emoji-effect.attract {
951
+ animation: attract linear 3s infinite;
952
+ }
953
+ .emoji-effect.ascension {
954
+ animation: ascension linear 2s infinite;
955
+ }
956
+ .emoji-effect.shake {
957
+ animation: shake linear 0.5s infinite;
958
+ }
959
+ .emoji-effect.party {
960
+ animation: party linear 0.5s infinite;
961
+ transform-origin: center bottom;
962
+ }
963
+ .emoji-effect.rainbow {
964
+ animation: rainbow linear 0.5s infinite;
965
+ }