1. ckeditor4-integrations-common
Common CKEditor 4 integration utilities.
ckeditor4-integrations-common
Package: ckeditor4-integrations-common
Created by: ckeditor
Last modified: Tue, 12 Apr 2022 06:28:10 GMT
Version: 1.0.0
License: (GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)
Downloads: 260,582
Repository: https://github.com/ckeditor/ckeditor4-integrations-common

Install

npm install ckeditor4-integrations-common
yarn add ckeditor4-integrations-common

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:

 import { getEditorNamespace } from 'ckeditor4-integrations-common';

Tests

Run tests by executing:

npm run test

License

Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.

Licensed under the terms of any of the following licenses at your
choice:

For full details about the license, please check the LICENSE.md file.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin