tsParticles - v4.4.0
    Preparing search index...

    Export operation result

    interface ExportResult {
        blob?: Blob;
        error?: Error;
        supported: boolean;
    }
    Index
    blob?: Blob

    The exported blob data, if successful

    error?: Error

    Error information if export failed

    supported: boolean

    Whether the export format is supported