Novra Logo
Novra
developerv1.0.10 Released

electron-snapora

Modern screenshot capabilities for Electron applications.

High-performance screenshot capture engine and interactive crop overlay binding designed specifically for Electron apps.

PLATFORMS:npm
Capabilities

Built For Pure Performance

Core

Native Display Capture

Direct multi-monitor frame grabbing with zero color distortion and full Retina support.

UI

Customizable Overlay UI

Pre-built React/Web component overlay with guides, magnification loop, and dimension ruler.

IPC

Electron IPC Binding

Plug-and-play IPC handlers for main and renderer communication.

Quick Integration

Quick Integration
pnpm add electron-snapora

import { initSnapora } from 'electron-snapora';

// In Electron Main Process
initSnapora({
  shortcut: 'CommandOrControl+Shift+A',
  onCapture: (buffer, bounds) => {
    console.log('Capture completed:', bounds);
  }
});
Licensing

Free Community & Professional Editions

Core features are freeware. Pro powers and multi-machine licenses are managed seamlessly via your Novra account.