Skip to content

Commit

Permalink
Extra method snuck in there
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 4, 2025
1 parent f97b3ca commit c8e75fd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,11 +502,6 @@ class Image {
return metadata?.pages > 1;
}

hasAlpha(metadata) {
console.log( {metadata} );
return true;
}

getEntryFormat(metadata) {
return metadata.format || this.options.overrideInputFormat;
}
Expand Down

0 comments on commit c8e75fd

Please sign in to comment.