Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Expose encoder and decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelerz committed May 18, 2015
1 parent d5ea44d commit 1b08b5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,7 @@ PNGImage.instrument = function () {
};
};

PNGImage.Decoder = Decoder;
PNGImage.Encoder = Encoder;

module.exports = PNGImage;

0 comments on commit 1b08b5f

Please sign in to comment.