Instead of defaulting [to PNGs](https://github.com/axiosvisuals/ai2html/blob/main/ai2html.js#L5812-L5817), make this is a setting so we have the option to export as JPGs. [JPG export settings example](https://github.com/axiosvisuals/ai2html/blob/main/ai2html.js#L4958-L4969) ``` fileType = ExportType.JPEG; exportOptions = new ExportOptionsJPEG(); exportOptions.qualitySetting = settings.jpg_quality; ```
Instead of defaulting to PNGs, make this is a setting so we have the option to export as JPGs.
JPG export settings example