textmode.export.js
Export plugin for textmode.js - save artworks as images, videos, SVG, and text.
This plugin adds comprehensive export capabilities to textmode.js instances, allowing you to save your generative artworks in multiple formats with a convenient overlay UI for quick access to all export options.
Available export formats
Image formats
- PNG/JPEG/WebP - Save canvas as raster image
Vector formats
- SVG - Save as scalable vector graphics
Text formats
- TXT - Save text content as plain text
Animation formats
Interfaces
| Interface | Description |
|---|---|
| ExportOverlayController | Controller for managing the export overlay UI visibility at runtime. |
| TextmodeExportAPI | Runtime export helpers that createExportPlugin attaches to the Textmodifier instance. |
| Options for configuring the export plugin. |
Type Aliases
| Type Alias | Description |
|---|---|
| GIFExportProgress | Progress information emitted during the GIF export process. |
| GIFExportOptions | Options for exporting the textmode content to GIF format. |
| ImageExportOptions | Options for exporting the textmode content to image format. |
| SVGExportOptions | Options for exporting the textmode content to SVG format. |
| TXTExportOptions | Options for exporting the textmode content to TXT format. |
| VideoExportProgress | Progress information emitted during the video export process. |
| VideoExportOptions | Options for exporting the textmode content to video format. |
Variables
| Variable | Description |
|---|---|
| ExportPlugin | Export plugin for textmode.js. |
Functions
| Function | Description |
|---|---|
Creates the textmode.export.js plugin for textmode.js. |