@pretty-chitty/core
    Preparing search index...

    Function Text

    • Renders text in an area. The body of this tag should be the text you want rendered.

      Parameters

      • args: {
            children?: any;
            align?: "center" | "left" | "right";
            fill?: string;
            stroke?: string;
            font?: string;
            shadowBlur?: number;
            shadowColor?: string;
            offsetX?: number;
            offsetY?: number;
            before?: ReactNode;
            after?: ReactNode;
        } & ReactCanvas.DefaultProps

      Returns ReactNode