Mentions légales du service

Skip to content

Fix jpeg export exporting to svg

ORDRONNEAU Camille requested to merge cordronn/vite:fix/jpeg-export into master

This fixes issue #40 (closed) Previously the file extension was checked by looking at the last 3 characters Now the code iterates over several extensions and check if the filename ends with one of them

Merge request reports