-
Notifications
You must be signed in to change notification settings - Fork 0
[URH-71] useImagePreSetup 신규 #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bicochan
reviewed
Aug 31, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨어요 소현 님👍🏻✨ 리뷰 확인 부탁드려요!
Choozii
reviewed
Sep 1, 2024
Choozii
reviewed
Sep 1, 2024
Choozii
reviewed
Sep 1, 2024
Choozii
reviewed
Sep 1, 2024
Choozii
approved these changes
Sep 2, 2024
bicochan
approved these changes
Sep 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
승인이 너무 늦어져서 죄송합니다 ㅠㅠ
추가적인 내용은 다음 리팩토링 때 진행해 보시죠! 고생하셨어요 소현 님!👍🏻
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
👾 Pull Request
1️⃣ Spec
2️⃣ 변경 사항
3️⃣ 예시 코드
props
imageFiles
: 처리할 이미지 파일 배열convertToWebP
: WebP 형식으로 변환 여부webPQuality
: WebP 형식으로 변환할 때의 품질 설정값(0~1, Default=0.8)returns
previewUrls
: 이미지 파일의 미리보기 URL 배열isLoading
: 로딩 여부isError
: 오류 발생 여부webpImages
: WebP로 변환된 이미지 blob 배열. 변환하지 않은 경우 nulloriginalImages
: 원본 이미지 파일 배열(props의 imageFIles와 동일)사용 예시
4️⃣ 관련 문서 (선택 사항)