Skip to content

Settings

All Vynta settings are accessible from the main configuration window and are automatically saved to disk. This page documents every configurable option.

Persistence

Settings are stored using Tauri's plugin-store as a JSON file on disk. Changes are saved with a debounce delay to avoid excessive writes. On startup, settings are hydrated from the saved file.

The "Restore preferences" option restores the layout and settings to their default values.

Drawing Settings

SettingTypeDescription
Stroke colorColorDefault drawing color
Stroke widthNumberDefault stroke thickness
Text fontSelectFont family for the text tool (Inter, Arial, Courier New, etc.)
Text sizeNumberDefault font size for text tool
Fill opacityNumber (0–1)Fill transparency for shapes
SmoothingToggleEnable Bézier smoothing on freehand strokes

Gradient Settings

SettingTypeDescription
Gradient enabledToggleUse gradient colors instead of solid
Gradient typeSelectLinear or Radial
Gradient angleNumberAngle for linear gradients (degrees)
Gradient stopsListColor + position pairs defining the gradient

Auto-Erase

SettingTypeDescription
Auto-erase enabledToggleAnnotations fade out after a delay
Auto-erase delayNumber (seconds)How long before strokes start fading

Quick Color Slots

Save frequently used colors in quick-access slots for fast switching during annotation sessions.

Enabled Tools

Individual tools can be shown or hidden in the overlay toolbar. Disable tools you don't use to keep the toolbar compact.

Cursor Highlight Settings

SettingTypeDescription
ColorColorHalo fill color
SizeNumberHalo radius
ShapeSelectCircle, Square, or Diamond

Spotlight Settings

SettingTypeDescription
Backdrop colorColorColor of the darkened area
RadiusNumberSize of the clear area
OpacityNumber (0–1)Backdrop darkness level

Dynamic Zoom Settings

SettingTypeDescription
Zoom levelNumberMagnification factor
Lens sizeNumberDiameter of the zoom lens
ShapeSelectCircle or Square
ModeSelectLive (real-time magnification) or Freeze (takes a static snapshot of the screen)
Capture EngineSelectDXGI (high performance) or Magnifier API (fixes compatibility with screen recording tools like OBS)

Whiteboard Settings

SettingTypeDescription
Grid enabledToggleShow grid lines on the canvas

General Settings

SettingTypeDescription
Start with WindowsToggleLaunch Vynta on system startup
Restore preferences on launchToggleLoad saved settings on startup
Preview enabledToggleShow live preview of overlay in settings
LanguageSelectEnglish / Spanish (and more coming soon)

Layout Persistence

The following positions are saved and restored between sessions:

  • Overlay toolbar position (x, y coordinates and screen size)
  • Overlay toolbar orientation (horizontal / vertical)
  • Whiteboard toolbar position (x, y coordinates)

Released under the MIT License.