Skip to content

Commit fce85ea

Browse files
authored
Merge pull request #78 from kyechan99/refactor/structure
refactor: structure (ts, oop, fp)
2 parents 45bc257 + 99f9bd0 commit fce85ea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4669
-8756
lines changed

.prettierrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"tabWidth": 2,
3-
"printWidth": 120,
4-
"arrowParens": "avoid"
3+
"printWidth": 80,
4+
"arrowParens": "avoid",
5+
"proseWrap": "preserve"
56
}

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<p align='center'>
32
<img src="https://capsule-render.vercel.app/api?type=waving&color=auto&height=300&section=header&text=capsule%20render&fontSize=90&animation=fadeIn&fontAlignY=38&desc=Decorate%20GitHub%20Profile%20or%20any%20Repo%20like%20me!&descAlignY=51&descAlign=62"/>
43
</p>
@@ -95,6 +94,7 @@ Type data makes to change Background Image.
9594
- [cylinder](#cylinder)
9695
- [waving](#waving)
9796
- [venom](#venom)
97+
- [speech](#speech)
9898
- [transparent](#transparent)
9999

100100
Write `&type= ` on the URL
@@ -429,4 +429,8 @@ Value must be greater than or equal to 0.
429429

430430
![venom](https://capsule-render.vercel.app/api?type=venom&height=200&text=I%20am%20Venom.&fontSize=70&color=0:8871e5,100:b678c4&stroke=b678c4)
431431

432+
## Speech <a id="speech">
433+
434+
![speech](https://capsule-render.vercel.app/api?type=speech&height=200&fontSize=45&color=gradient&text=speech-nl-bubble&animation=blinking&fontAlign=30,60&fontAlignY=35,55)
435+
432436
<hr/>

0 commit comments

Comments
 (0)