Luminar

Easy-to-use image magnification with smooth interactions.

Try an example:

Demo Image
Hover to magnify

Instant Magnification

Fluid real-time examination with sub-millisecond response

Custom Controls

Adjustable lens size, zoom levels, and visual preferences

Cross-Platform

Consistent experience across devices and screen sizes

Integrate in Seconds

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,
});