Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 22, 2023
1 parent 251d028 commit a2bf573
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Browsershot.php
Original file line number Diff line number Diff line change
Expand Up @@ -781,13 +781,6 @@ public function pageErrors(): ?array
return $this->chromiumResult?->getPageErrors();
}

public function applyManipulations(string $imagePath)
{
Image::load($imagePath)
->manipulate($this->imageManipulations)
->save();
}

public function createBodyHtmlCommand(): array
{
$url = $this->getFinalContentsUrl();
Expand Down

0 comments on commit a2bf573

Please sign in to comment.