The Node.js Loader like next-image-loader
$ npm install @mizdra/node-next-image-loader
$ node --import @mizdra/node-next-image-loader index.js
import burnAllGIF from "./assets/burnallgifs.png";
console.log(burnAllGIF);
// {
// src: 'data:image/png;base64,...',
// width: 199,
// height: 117,
// }