# cosha - 이미지에 컬러 쉐도우 입히기

> Clean Markdown view of GeekNews topic #3228. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3228](https://news.hada.io/topic?id=3228)
- GeekNews Markdown: [https://news.hada.io/topic/3228.md](https://news.hada.io/topic/3228.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-19T09:58:07+09:00
- Updated: 2020-11-19T09:58:07+09:00
- Original source: [npm.robinloeffel.ch](https://npm.robinloeffel.ch/cosha/)
- Points: 2
- Comments: 0

## Topic Body

- CSS Filter 를 사용해서 이미지의 색상에 맞는 쉐도우를 입혀주는 라이브러리

- blur/brightness/saturation/x/y 조절 가능

- IE제외한 모든 브라우저 지원

<script src="https://unpkg.com/cosha"></script>

<script>

  cosha({ className: 'colorful-shadow' });

</script>

<img src="palm-tree.jpg" alt="nice vibes" class="colorful-shadow"/>

## Comments



_No public comments on this page._
