README
This module will let you extract png images from QT's binary resource files.
It will name images sequentially with the format imgXXX.png.
Pulls PNG files out of binary files. Useful for extracting resources from qt rcc files.
<script type="module">
import pngExtractor from 'https://cdn.skypack.dev/png-extractor';
</script>
This module will let you extract png images from QT's binary resource files.
It will name images sequentially with the format imgXXX.png.