UNPKG

@nexim/upload-sdk

Version:

TypeScript SDK for seamless integration with Nexim Media Upload Service. It provides state machine-based upload handling, progress tracking, and type-safe API for image optimization and file uploads.

15 lines (9 loc) 867 B
[@nexim/upload-sdk](../README.md) / UploadImageMachineOptions # Type Alias: UploadImageMachineOptions > **UploadImageMachineOptions** = [`UploadFileMachineOptions`](UploadFileMachineOptions.md) & `object` Configuration options for initializing an UploadImageMachine instance. Extends UploadFileMachineOptions with image-specific options. ## Type declaration | Name | Type | Description | | ------------ | ---------------------------------------- | --------------------------------------------------------------------------------------------------------- | | `presetName` | keyof _typeof_ `uploadImagePresetRecord` | The preset name that defines image processing parameters. Must be a key from the uploadImagePresetRecord. |