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

1.0.18 • Public • Published

@remirror/extension-file

Add files to your editor.

Version Weekly Downloads Bundled size Typed Codebase MIT License

Beta

Note this extension is in beta, so its API may change without a bump to the major semver version.

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

457

Version

1.0.18

License

MIT

Unpacked Size

147 kB

Total Files

17

Last publish

Collaborators

  • ocavue
  • ifiokjr