@foblex/core
Version:
A core library providing a set of utilities and interfaces for various projects.
21 lines (14 loc) • 759 B
Markdown
# f-core Library
f-core is a versatile library that provides a robust set of utilities and interfaces designed to simplify and enhance various projects.
## Features:
- **Types**: A collection of commonly used types and interfaces.
- **Platform**: Utilities related to platform-specific operations.
- **DOM Element**: Extensions and utilities to simplify DOM element operations.
- **Drag and Drop**: Comprehensive tools to handle drag-and-drop operations seamlessly.
- **Infrastructure**: Base classes and interfaces to set up the core functionality of applications.
- **Mixins**: A set of mixins to extend the functionality of classes and objects.
## Installation:
To install the library, use the following command:
```bash
npm install @foblex/core
```