/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@di9/jpeg-turbo@1.1.3/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var binding=require("bindings")("jpegturbo.node");Object.keys(binding).forEach((function(e){module.exports[e]=binding[e]})),module.exports.compressSync=function(e,n,s){var i=binding.compressSync(e,n,s);return i.data.slice(0,i.size)},module.exports.compress=function(e,n,s){return binding.compress(e,n,s).then((e=>e.data.slice(0,e.size)))},module.exports.decompressSync=function(e,n,s){var i=binding.decompressSync(e,n,s);return i.data=i.data.slice(0,i.size),i},module.exports.decompress=function(e,n,s){return binding.decompress(e,n,s).then((e=>(e.data=e.data.slice(0,e.size),e)))};
//# sourceMappingURL=/sm/3e295098c4001ce6d08976777983484170633a97e88fd0e1a4e0445431024a13.map