0.2.0-main-dev • Published 1 year ago

elearning-content-editor v0.2.0-main-dev

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Elearning content editor api

🥵 All descriptions contained in the *.dev version are unreliable. Please do not use or follow the installation instructions and descriptions contained in the development versions of the team. Sorry for this disturbance. Thank you for your interest in the development versions

Installation

To install the elearning-content-editor-api package, you can use either npm or Yarn.

Using NPM

npm install elearning-content-editor-api --save

Using Yarn

yarn add elearning-content-editor-api

Information

The elearning-content-editor-api package provides functionality for integrating e-learning content editing capabilities into your applications. With this package, you can easily manage and edit various types of e-learning content, including text, images, videos, and interactive elements.

Features

  • Content Management: Easily manage e-learning content, including text, images, videos, and interactive elements.
  • Editing Capabilities: Provides a range of editing capabilities to modify and enhance e-learning content.
  • Integration: Seamlessly integrate content editing functionality into your applications.
  • Customization: Customize the editor to fit your specific requirements and design preferences.
  • Compatibility: Compatible with modern web development frameworks and libraries.

Usage

// Import the elearning-content-editor-api package
const elearningContentEditor = require('elearning-content-editor-api');

// Initialize the editor
const editor = new elearningContentEditor();

// Use the editor to manage and edit e-learning content
editor.createContent('Introduction', 'Welcome to the e-learning platform!');
editor.addImage('Lesson1', 'lesson1.jpg');
editor.addVideo('Lesson2', 'lesson2.mp4');
editor.addInteractiveElement('Quiz1', 'quiz1.json');

Documentation

For detailed usage instructions and API documentation, please refer to the official documentation.

0.2.0-main-dev

1 year ago

0.1.9-main-dev

1 year ago

0.1.8-main-dev

1 year ago

0.1.7-main-dev

1 year ago

0.1.6-main-dev

1 year ago

0.1.5-main-dev

1 year ago

0.1.2-main-dev

1 year ago

0.1.4-main-dev

1 year ago

0.1.3-main-dev

1 year ago

0.1.0-main-dev

1 year ago

0.0.9-main-dev

1 year ago

0.1.1-main-dev

1 year ago

0.0.8-main-dev

1 year ago

0.0.7-main-dev

1 year ago

0.0.6-main-dev

1 year ago

0.0.5-main-dev

1 year ago

0.0.4-main-dev

1 year ago

0.0.3-main-dev

1 year ago

0.0.2-main-dev

1 year ago

0.0.1-main-dev

1 year ago

0.0.0-main-dev

1 year ago