Skip to content

Commit

Permalink
modules/png (png-image->bytevector): Re-export
Browse files Browse the repository at this point in the history
* modules/png.scm (png-image->bytevector): Re-export.
  • Loading branch information
artyom-poptsov committed Jan 7, 2024
1 parent 7735fb6 commit 79d395a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/png.scm
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#:use-module (png fsm png-parser)
#:use-module (png core chunk)
#:use-module (png chunk-decoder)
#:re-export (png-image->bytevector)
#:export (png->scm
bytevector->png-image
scm->png))
Expand Down

0 comments on commit 79d395a

Please sign in to comment.