- Issue created by @tarekdj
- First commit to issue fork.
- @romde opened merge request.
- Status changed to Fixed
over 1 year ago 1:48pm 12 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Create the optimizer interface that will be implemented by all optimizers.
interface OptimizerInterface {
public function optimize(string $svg): string;
}
We can discuss the types later.
Fixed
Code
Automatically closed - issue fixed for 2 weeks with no activity.