FileExtension
import Basic from '../../website/extension-examples/extension-file/basic'; import WithObjectUrl from '../../website/extension-examples/extension-file/with-object-url'; import WithBashupload from '../../website/extension-examples/extension-file/with-bashupload'; import WithUploadProgress from '../../website/extension-examples/extension-file/with-upload-progress'; import WithUploadIncompleteWarning from '../../website/extension-examples/extension-file/with-upload-incomplete-warning'; import WithUploadFileButton from '../../website/extension-examples/extension-file/with-upload-file-button';Summary
Adds a file node to the editor
Usage
Installation
This extension is not included in the main remirror
package.
import { FileExtension } from '@remirror/extension-file';
The extension is provided by the @remirror/extension-file
package.