| # image-compression | |
| This helper component provides clients with the ability to compress images into PNG format without | |
| incurring the security risks of having to import libpng themselves. | |
| ## Testing | |
| Unit tests for image-compression are available in the `image-compression-tests` | |
| package. | |
| ``` | |
| $ fx test image-compression-tests | |
| ``` |