Closed alantliang closed 3 years ago
Hi, thank you for creating this package. I was wondering how you change the compression level from 1-11? Thanks.
@alantliang You could use brotli:encode/2
brotli:encode/2
Yes, there is a way to pass 2nd argument to brotli:encode/2 that is a map that can contain quality key which is compression level from 0 to 11.
quality
0
11
Hi, thank you for creating this package. I was wondering how you change the compression level from 1-11? Thanks.