ColorThief를 이용하여 이미지에서 색 추출하기
참고사이트 goni9071.tistory.com/411
javascript 이미지에서 색 추출하기.
Color Theif를 이용한 색상추출하는 방법입니다. [HTML] 색상 추출 [JAVSCRIPT] $("#btn").on("click", pick); function pick() { const colorThief = new ColorThief(); const color = colorThief..
goni9071.tistory.com
colorThief GitHub : github.com/lokesh/color-thief
lokesh/color-thief
Grab the color palette from an image using just Javascript. Works in the browser and in Node. - lokesh/color-thief
github.com
colorThief sample page : lokeshdhakar.com/projects/color-thief/#examples
Color Thief
Examples Try it yourself Drag an image here Drop it! Getting started The Color Thief package includes multiple distribution files to support different environments and build processes. Here is the list of all the files in the /dist folder and what formats
lokeshdhakar.com
"고니의꿈"님의 코드를 참조하여 colorThief 샘플페이지의 예제를 만들어 봄
버튼은...버튼은 중앙으로 빠지는걸 재현을 못해서 어색합니다.
소스파일은 여기에