Skip to content

Commit

Permalink
Add image_format.dart to export
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Apr 7, 2024
1 parent 73496bb commit eb2aca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/image.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export 'src/formats/gif_decoder.dart';
export 'src/formats/gif_encoder.dart';
export 'src/formats/ico/ico_info.dart';
export 'src/formats/ico_decoder.dart';
export 'src/formats/image_format.dart';
export 'src/formats/jpeg/jpeg_adobe.dart';
export 'src/formats/jpeg/jpeg_component.dart';
export 'src/formats/jpeg/jpeg_data.dart';
Expand Down

0 comments on commit eb2aca0

Please sign in to comment.