@willwade/aac-processors
    Preparing search index...

    Interface SymbolExtractionOptions

    Symbol extraction options

    interface SymbolExtractionOptions {
        grid3Path?: string;
        includeAttribution?: boolean;
        locale?: string;
        onMissingSymbol?: (ref: SymbolReference) => void;
        preferEmbedded?: boolean;
        tryAlternativeSources?: boolean;
    }
    Index

    Properties

    grid3Path?: string
    includeAttribution?: boolean
    locale?: string
    onMissingSymbol?: (ref: SymbolReference) => void

    Callback for when symbol needs manual extraction

    preferEmbedded?: boolean
    tryAlternativeSources?: boolean

    For Tawasol: try to find alternative sources