Solid engineering. The main gap is visibility.
๐๐จ Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Documentation
97
README documents how to install the project.
README is present.
Licensed under MIT.
Contributing guide is detailed and thorough.
Engineering
79
CI is configured (.github/workflows/detectRuntimeError.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (test).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
74
Repository has a description.
Last pushed 3-6 months ago (โ40 pts). A push within 90 days earns 80 pts; within 30 days earns 100 pts.
โ A recent commit keeps the project looking alive to visitors and contributors.
Dependency manifest found (package.json).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 0Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 0Watchers
Responsiveness
- โMedian issue response
- โMedian PR merge time
- 17Open issues
Repository files28 root entries
- .githubGood: CI is configured (.github/workflows/detectRuntimeError.yml).Good: Issue or PR templates present.
- docs
- examples
- src
- testGood: Test files detected (test).
- .babelrc
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .eslintignore
- .eslintrc.js
- .gitignoreGood: .gitignore present.
- .prettierrc
- bower.json
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- createConfigVariable.js
- index.d.ts
- ISSUE_TEMPLATE.md
- jsdoc.conf.json
- karma.conf.js
- LICENSEGood: Licensed under MIT.
- makesvg.js
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: 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.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- tsBannerGenerator.js
- tslint.json
- tuidoc.config.json
- webpack.config.js