mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 17:27:09 +00:00
Add SIMD support to libwebp
This commit is contained in:
committed by
Ingvar Stepanyan
parent
f0d341aefa
commit
198ad0fb1b
@@ -71,7 +71,6 @@ EMSCRIPTEN_BINDINGS(my_module) {
|
||||
.field("partitions", &WebPConfig::partitions)
|
||||
.field("partition_limit", &WebPConfig::partition_limit)
|
||||
.field("emulate_jpeg_size", &WebPConfig::emulate_jpeg_size)
|
||||
.field("thread_level", &WebPConfig::thread_level)
|
||||
.field("low_memory", &WebPConfig::low_memory)
|
||||
.field("near_lossless", &WebPConfig::near_lossless)
|
||||
.field("exact", &WebPConfig::exact)
|
||||
|
||||
Reference in New Issue
Block a user