Automaticly ads
-{width}x{height}-resizeto image filename.
Run npm install @lassehaslev/imagesizerjs --save in your project folder
<script src="https://raw.githubusercontent.com/LasseHaslev/imagesizerjs/master/src/ImageSize.js"></script>var ImageSize = require( '@lassehaslev/imagesizerjs' );var imageSize = new ImageSize( document.querySelector( 'img' ), {
steps: 200, // How many pixels before new image
} );# Clone package
git clone https://github.com/LasseHaslev/imagesizerjs
# install dependencies
npm install
# serve with hot reload at http://localhost:3000/
gulp watch
# build for production with minification
gulp --productionMIT, dawg