svg-exportJS
svg-exportJS copied to clipboard
'downloadJpeg' is not exported from
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!