patilanz

Results 4 issues of patilanz

**Is your feature request related to a problem? Please describe.** Is there a way to compress the image but keep Exif metadata like gps coordinates?

If I choose size="M" or size="S" my app crashesh with the follow error: Error: Cannot find module './S/AD.svg' Error: Cannot find module './M/AD.svg' I'm using webpack with create-react-app craco. Here...

Webstorm React CSS Modules 1.0.1 [logs.txt](https://github.com/jimkyndemeyer/react-css-modules-intellij-plugin/files/10099047/logs.txt)

I'm working on Windows and I'm using it like this: ```js export const logger = pino({ transport: { target:path.join(__dirname, 'pinoTransport.ts') } }); // --- pinoTransports.ts --- import build from 'pino-abstract-transport';...