Skip to content

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

Vector formats

  • SVG - Save as scalable vector graphics

Text formats

  • TXT - Save text content as plain text

Animation formats

  • GIF - Save as animated GIF
  • WEBM - Save as video file

Interfaces

InterfaceDescription
ExportOverlayControllerController for managing the export overlay UI visibility at runtime.
TextmodeExportAPIRuntime export helpers that createExportPlugin attaches to the Textmodifier instance.
TextmodeExportPluginOptionsOptions for configuring the export plugin.

Type Aliases

Type AliasDescription
GIFExportProgressProgress information emitted during the GIF export process.
GIFExportOptionsOptions for exporting the textmode content to GIF format.
ImageExportOptionsOptions for exporting the textmode content to image format.
SVGExportOptionsOptions for exporting the textmode content to SVG format.
TXTExportOptionsOptions for exporting the textmode content to TXT format.
VideoExportProgressProgress information emitted during the video export process.
VideoExportOptionsOptions for exporting the textmode content to video format.

Variables

VariableDescription
ExportPluginExport plugin for textmode.js.

Functions

FunctionDescription
createTextmodeExportPluginCreates the textmode.export.js plugin for textmode.js.