hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

권혁범 과제 제출 #85

Closed hiddenjoy closed 1 year ago

hiddenjoy commented 1 year ago
  1. src/test/Editor/color.pixels.test.tsx
  2. src/test/dataLayer/color.pixels.test.tsx 에 안내되어 있는 부분들을 완료했습니다.

다만, dataLayers에 있는 colorPixel 함수에서, 레이어 부분을 제외하면, 캔버스를 확장하는 데에만 if-else 문이 쓰이는 것으로 이해했습니다. 그래서 다른 it 구문을 추가하지는 않았습니다. (Editor의 경우, out of bounds를 4가지의 경우로 나누어 it 구문을 작성하였습니다.)