Trevixal API
    Preparing search index...

    Interface ImageToolbarOptions

    interface ImageToolbarOptions {
        container: HTMLElement;
        sizes?: readonly string[];
    }
    Index
    container: HTMLElement

    Where the toolbar and the crop overlay are appended. Must be a positioned ancestor of the editor surface. Both are placed absolutely within it.

    sizes?: readonly string[]

    Width presets offered as buttons. Defaults to 25/50/75/100%.