rendering library
Native image exports of captured terminal cells.
Uses software TrueType rasterization and package:image; no browser or
Flutter engine is needed. Import artisanal_capture.dart for the
platform-independent cell capture API.
Classes
- CaptureImage Capture
- A rendered PNG and its frame metadata.
- CaptureRasterizer Capture
- Native image exporter for immutable terminal captures.
- RasterDiagnostic
- A fidelity problem encountered while rasterizing a terminal buffer.
- RasterFont
- Static TrueType font faces for native terminal captures.
- RasterRenderOptions
- Pixel geometry, terminal colors, and fidelity policy.
- RasterTerminalRenderer
- Native cell-to-image backend with exact grid placement and explicit fonts.