exercism/website

View on GitHub
app/javascript/components/profile/avatar-selector/cropping-modal/cropImage.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function cropImage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function cropImage(
  image: HTMLImageElement,
  crop: CropProps
): Promise<Blob | null> {
  if (!crop.width || !crop.height || !crop.x || !crop.y) {

    There are no issues that match your filters.

    Category
    Status