Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor image-processor.class.ts #131

Closed
s1hofmann opened this issue May 11, 2020 · 0 comments
Closed

Refactor image-processor.class.ts #131

s1hofmann opened this issue May 11, 2020 · 0 comments
Assignees
Labels
maintenance Maintenance tasks to keep code clean and up-to-date
Milestone

Comments

@s1hofmann
Copy link
Member

Short overview
Refactor image-processor.class.ts into a module exporting functions instead of exporting an ImageProcessor class with static methods.

Use case
Code cleanup

Detailed description
The ImageProcessor class is superfluous and not really needed. It only has static methods, so we could get rid of it.

@s1hofmann s1hofmann added the maintenance Maintenance tasks to keep code clean and up-to-date label May 11, 2020
@s1hofmann s1hofmann added this to the v1.5.0 milestone May 11, 2020
@s1hofmann s1hofmann self-assigned this May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance tasks to keep code clean and up-to-date
Projects
None yet
Development

No branches or pull requests

1 participant