내일배움캠프

리액트에서 webp로 변환하여 이미지 최적화

Neda 2023. 9. 15. 20:20

리액트에서 webp로 변환하여 이미지 최적화

 

  1. file 입력 → URL.createObjectURL(file) → url string
  2. url string → react-cropper → base64 string
  3. base 64 string → react-image-file-resizer → File object
  4. File object → upload supabase → getPublicUrl→ url string