npm install image-to-mosaic
import { Mosaic } from 'image-to-mosaic'; const mosaic = new Mosaic({ target: '#container', image: 'path/to/image.jpg', pattern: 'grid', density: 4, animation: { type: 'fade', duration: 500, }, }); mosaic.render();