Skip to content

feat(image): add extractRGBAs #164

feat(image): add extractRGBAs

feat(image): add extractRGBAs #164

Triggered via pull request September 24, 2023 13:43
Status Success
Total duration 58s
Artifacts

ci.yml

on: pull_request
Matrix: Check quality
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Check quality (lint): websites/demo-react-image-next/src/app/load/page.tsx#L8
Unexpected block statement surrounding arrow body; move the returned value immediately after the `=>`
Check quality (lint): websites/demo-react-image-next/src/app/load/page.tsx#L15
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Check quality (lint): websites/demo-react-image-next/src/app/page.tsx#L14
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
Check quality (lint): websites/demo-react-image-next/src/app/page.tsx#L21
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element