0.1.0 • Published 9 months ago

webfilefusion v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

WebFileFusion 📁

WebFileFusion is a comprehensive JavaScript library, providing an intuitive and promise-based wrapper around the Web File API. Streamline your file operations in modern web applications with ease.

Features

  • Promise-Based Methods: Asynchronous file operations made easy.
  • Utility Toolkit: Useful utilities for tasks like file type detection and data conversions.
  • Tree-shakable: Built for modern JS applications.

Installation

npm install webfilefusion

Usage

import { readAsText, getFileType } from 'webfilefusion';

Documentation

For a detailed API reference and advanced usage examples, check out the official documentation.

Contributing

Contributions are welcome! Please refer to CONTRIBUTING.md for details on our code of conduct and development process.

License

WebFileFusion is licensed under the MIT License. See LICENSE for details.