Generated Kiwi message module for ExportSettings.
Summary
Types
@type t() :: %Figler.Schema.ExportSettings{ background_type: Figler.Schema.ExportBackgroundType.t() | nil, color_profile: Figler.Schema.ExportColorProfile.t() | nil, constraint: Figler.Schema.ExportConstraint.t() | nil, contents_only: boolean() | nil, frame_rate: integer() | nil, image_type: Figler.Schema.ImageType.t() | nil, loop_count: integer() | nil, quality: float() | nil, suffix: String.t() | nil, svg_data_name: boolean() | nil, svg_force_stroke_masks: boolean() | nil, svg_id_mode: Figler.Schema.ExportSVGIDMode.t() | nil, svg_outline_text: boolean() | nil, use_absolute_bounds: boolean() | nil, use_bicubic_sampler: boolean() | nil }