@remirror/extension-entity-reference
v3.0.2
Published
Allow users to highlight important content
Readme
@remirror/extension-entity-reference
Allow users to highlight important content
Installation
# yarn
yarn add @remirror/extension-entity-reference
# pnpm
pnpm add @remirror/extension-entity-reference
# npm
npm install @remirror/extension-entity-referenceUsage
The following code creates an instance of this extension.
import { EntityReferenceExtension } from '@remirror/extension-entity-reference';
const extension = new EntityReferenceExtension();