https://github.com/ckeditor/ckeditor4-integrations-common
https://github.com/ckeditor/ckeditor4-integrations-common
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckeditor/ckeditor4-integrations-common
- Owner: ckeditor
- License: other
- Created: 2020-09-25T08:15:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T13:15:49.000Z (over 1 year ago)
- Last Synced: 2025-04-26T06:26:15.617Z (about 1 year ago)
- Language: JavaScript
- Size: 405 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CKEditor 4 - Common Integration Utils
This package implements common utility modules for integration projects.
## Installation and usage
Install the package via npm:
```
npm install ckeditor4-integrations-common
```
Import specific utility in your module:
```js
import { getEditorNamespace } from 'ckeditor4-integrations-common';
```
## Tests
Run tests by executing:
```
npm run test
```
## License
Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
Licensed under the terms of any of the following licenses at your
choice:
* [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html),
* [GNU Lesser General Public License Version 2.1 or later](http://www.gnu.org/licenses/lgpl.html),
* [Mozilla Public License Version 1.1 or later (the "MPL")](http://www.mozilla.org/MPL/MPL-1.1.html).
For full details about the license, please check the `LICENSE.md` file.