https://github.com/basemax/clipboardreaderjs
ClipboardReaderJS is a simple web-based tool that allows users to paste content from their clipboard, which is then analyzed to detect the type of data. The tool can detect plain text, HTML, files, images, and binary data. It can be integrated into any web application to analyze pasted data in real-time.
https://github.com/basemax/clipboardreaderjs
clipboard clipboard-history clipboard-management clipboard-manager clipboard-managers javascript js
Last synced: 2 months ago
JSON representation
ClipboardReaderJS is a simple web-based tool that allows users to paste content from their clipboard, which is then analyzed to detect the type of data. The tool can detect plain text, HTML, files, images, and binary data. It can be integrated into any web application to analyze pasted data in real-time.
- Host: GitHub
- URL: https://github.com/basemax/clipboardreaderjs
- Owner: BaseMax
- License: mit
- Created: 2025-01-05T17:28:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T17:14:08.000Z (5 months ago)
- Last Synced: 2025-03-28T17:08:04.729Z (2 months ago)
- Topics: clipboard, clipboard-history, clipboard-management, clipboard-manager, clipboard-managers, javascript, js
- Language: JavaScript
- Homepage: https://basemax.github.io/ClipboardReaderJS
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClipboardReaderJS
ClipboardReaderJS is a simple web-based tool that allows users to paste content from their clipboard, which is then analyzed to detect the type of data. The tool can detect plain text, HTML, files, images, and binary data. It can be integrated into any web application to analyze pasted data in real-time.
## Features
- Detects and displays plain text from the clipboard.
- Recognizes and displays HTML content.
- Handles files with metadata such as file name, type, and size.
- Detects and displays images, including base64-encoded image strings.
- Supports multiple image formats (e.g., JPG, PNG, GIF, SVG, TIFF, WebP, and more).
- Identifies binary data and displays it in a readable format.
## Installation
Clone or download the repository to your local machine:
```bash
git clone https://github.com/BaseMax/ClipboardReaderJS.git
cd ClipboardReaderJS
```After downloading, open the `index.html` file in your browser to start using the `ClipboardReaderJS` tool.
## Usage
- Paste content into the textarea element.
- The content will be automatically analyzed, and the result will be displayed below the textarea.
- The tool can detect:
- Plain text
- HTML content
- Image data (base64 or file URL)
- Binary data
- Files (with details like name, type, and size)### License
MIT License
Copyright 2025, Max Base