svg-exportJS icon indicating copy to clipboard operation
svg-exportJS copied to clipboard

'downloadJpeg' is not exported from

Open bmcharek opened this issue 2 years ago • 0 comments

I've been struggling with using this package in my React project. I downloaded the min.js file and added it to my project. Locally all works fine, but in the container I get the following error. Attempted import error: 'downloadJpeg' is not exported from '../../svg-export.min.js' (imported as 'svgExport'). and similar, depending on the attempt. I am sure the path is set right, import * as svgExport from '../../svg-export.min.js';

I am out of clues. It would be really appreciated if clues are given. Thank you!

bmcharek avatar Jun 09 '23 15:06 bmcharek