@remirror/extension-file
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

@remirror/extension-file

Add files to your editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

yarn add @remirror/extension-file # yarn
pnpm add @remirror/extension-file # pnpm
npm install @remirror/extension-file # npm

This is NOT included by default when you install the recommended remirror package.

import { FileExtension } from '@remirror/extension-file';

The extension is provided by the @remirror/extension-file package.

Usage

The following code creates an instance of this extension.

import { DropCursorExtension } from 'remirror/extensions';
import { FileExtension } from '@remirror/extension-file';

const extension = new FileExtension();

Package Sidebar

Install

npm i @remirror/extension-file

Weekly Downloads

593

Version

2.0.2

License

MIT

Unpacked Size

142 kB

Total Files

19

Last publish

Collaborators

  • ifiokjr
  • ocavue