Files
convertisseur-images/js/heicConverter.js
T

4 lines
88 B
JavaScript

export async function convertHeicToJpeg(file) {
throw new Error('Not implemented');
}