README
png-streamer
A little module for splitting out individual PNG files from streams.
Takes a stream of PNGs, like from image2pipe of ffmpeg, and emits the individual pngs from them.
<script type="module">
import pngStreamer from 'https://cdn.skypack.dev/png-streamer';
</script>
A little module for splitting out individual PNG files from streams.