Easy-to-use image magnification with smooth interactions.
Try an example:
Fluid real-time examination with sub-millisecond response
Adjustable lens size, zoom levels, and visual preferences
Consistent experience across devices and screen sizes
Add sophisticated image magnification to your project with just a few lines of code.
View on GitHub// Simple initialization
new Luminar(imageElement, {
zoomLevel: 3,
lensSize: 200,
lensShape: 'circle',
showLensBorder: false,
});