0

/ 100

GradeB

Polished and well engineered. Punching above its star count.

Image processing library.

Documentation

74

Contributing guide5pt0

No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).

Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.

README12pt80

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

92

Reproducibility6pt70

Lockfile present (yarn.lock). Installs are reproducible.

CI/CD14pt85

CI is configured (.github/workflows/CI.yml).

Tests18pt100

Test files detected (packages/binding/__test__/heic.spec.mjs).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (Cargo.toml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • -
    Commits (30d / 90d)
  • 12
    Forks
  • 29
    Releaseslatest 3y ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 402
    Watchers

Responsiveness

  • 57d 22h
    Median issue response
  • 1h
    Median PR merge time
  • 5
    Open issues
Repository files40 root entries
  • .cargo
  • .claude
  • .github
    Good: CI is configured (.github/workflows/CI.yml).
    Good: Issue or PR templates present.
  • .yarn
  • bench
  • docs
  • packages
    Good: Test files detected (packages/binding/__test__/heic.spec.mjs).
  • website
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .npmignore
  • .prettierignore
  • .taplo.toml
  • .yarnrc.yml
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • electron.js
  • example.mjs
  • image-with-gama.png
  • input-debian.svg
  • lerna.json
  • LICENSE
    Good: Licensed under MIT.
  • llvm-version
  • nasa-4928x3279.png
  • output-exif.image.webp
  • output-exif.no-rotate.image.webp
  • package.json
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Issue: No live demo link in the README (−20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • rot90-irot.heic
  • rustfmt.toml
  • sharp.mjs
  • tsconfig.json
  • tsconfig.project.json
  • un-optimized-10bit.heic
  • un-optimized.heic
  • un-optimized.jpg
  • un-optimized.png
  • with-exif.jpg
  • yarn.lock
    Good: Lockfile present (yarn.lock). Installs are reproducible.