blob: 9bcd207d42e329325f5fb5cdebf1900270335361 [file] [view]
# 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
```