-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
maintenanceMaintenance tasks to keep code clean and up-to-dateMaintenance tasks to keep code clean and up-to-date
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
maintenanceMaintenance tasks to keep code clean and up-to-dateMaintenance tasks to keep code clean and up-to-date