Package Exports
- @remirror/core
- @remirror/core/dist/core.browser.cjs.js
- @remirror/core/dist/core.browser.esm.js
- @remirror/core/dist/core.cjs.js
- @remirror/core/dist/core.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@remirror/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@remirror/core
Where your quest to create a world class editor begins.
Installation
# yarn
yarn add @remirror/core@next @remirror/pm@next
# pnpm
pnpm add @remirror/core@next @remirror/pm@next
# npm
npm install @remirror/core@next @remirror/pm@next
Usage
This is the core remirror
package where the Extension
and RemirrorManager
are defined.