import { defineMessages } from 'react-intl'; export const toolbarMessages = defineMessages({ annotate: { id: 'fabric.editor.annotate', defaultMessage: 'Annotate', description: 'Annotate an image by drawing arrows, adding text, or scribbles.', }, });