@docusaurus/plugin-ideal-image
↔ docu plugin extends <img\>
to autogen placeholder for Lazy Load & resized images variants for responsive display - !shit, degrades some images for WORSE size - especially PNG
import Image from '@theme/IdealImage'
import someImagePath from './path/to/img.png';
<Image img={someImagePath } /\>
<Image img={require('./path/to/img.png')} /\>