Preparing search index...

    An icon to be used in the Editor UI.

    const pathToIconFromPlugin = import.meta.resolve('icon.svg');
    Editor.Icon.fromFile(pathToIconFromPlugin);
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Creates an icon from a buffer containing SVG data.

      Parameters

      • buffer: string

      Returns Editor.Icon