tsParticles - v4.0.0-beta.12
    Preparing search index...

    Export operation result

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

    Properties

    blob?: Blob

    The exported blob data, if successful

    error?: Error

    Error information if export failed

    supported: boolean

    Whether the export format is supported