Installation
The multieditor
package can be installed over npm.
warning
Be aware that this is no standalone package!
- npm
- Yarn
npm install @agile-ts/multieditor
yarn add @agile-ts/multieditor
The multieditor
package is an extension of AgileTs and doesn't work without the core
package,
which functions as the brain of AgileTs and is indispensable.
Unfortunately, we can't combine each core
with multieditor
version.
Therefore, we have created a table which shows which versions fit together without restrictions.
@agile-ts/multieditor | @agile-ts/core | NPM Version |
---|---|---|
v0.0.7+ | v0.0.7+ | v6+ |
v0.0.6 | v0.0.3 - v0.0.6 | v6+ |
Older Versions aren't supported anymore