코드 치는 맛이 없어서 역동적인 익스텐션을 찾던 중에 power mode와 background를 섞어 보았다.
vscode 에디터에서 ctrl + shift + x를 누르거나 확장 아이콘을 눌러서 각 익스텐션을 설치 해주고
ctrl + shift + p를 눌러서 검색창을 띄우고 setting.json을 검색하면 아래와 같이 .json이 뜬다.
"powermode.enabled": true,
"powermode.presets": "magic",
"powermode.shake.enabled": true,
"background.useDefault": false,
"background.customImages": [이미지들 넣으면 됨],
"background.style": {
"content": "''",
"pointer-events": "none",
"position": "absolute",
"z-index": "99",
"width": "100%",
"padding-top": "200px",
"opacity": 0.1,
"background-size": "cover"
}
우리집 강아지 사진으로 해봤는 데 진짜 너무 귀여웠음
'더 알아보기 > 팁' 카테고리의 다른 글
if문/switch문을 mapping(key, value) 관계로 변경하여 코드 줄이기 (0) | 2022.10.31 |
---|---|
next/image를 활용한 이미지 최적화 (0) | 2022.08.03 |
VSCode > 프로젝트 트리 구조 출력하기 (0) | 2022.05.11 |
404 페이지 템플릿 사용법 (0) | 2022.03.08 |
console (0) | 2022.02.15 |
댓글