Make overlay

This commit is contained in:
0xa663
2024-02-15 19:27:26 +01:00
parent 179fdc8f4d
commit cc2aa552ba
34 changed files with 11168 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# Pixelcanvas.io Overlay Extension
## Overview
The Image Overlay Extension is a lightweight browser extension that allows users to easily overlay images on web pages. This extension enhances the browsing experience by providing a quick and convenient way to view images without leaving the current page.
## Installation
1. **Install it as extension:**
- Use extension tab to install overlay as extension
2. **Userscript:**
- Use prebuild script to load overlay as script.
## Usage
1. **Import image:**
- Click on import button and configure settings
2. **Enable minimap:**
- Minimap will track your house and display what pixels you need to place.
3. **Preview:**
- Click preview to preview the image.
- User slider to control opacity.
4. **Export:**
- Use export button to share your image with others.
## Build it yourself
```bash
npm install
node build
```
## Known Issues
- None for now?
## Feedback and Support
If you encounter any issues or have suggestions for improvement, please [submit an issue](https://github.com/0xa663/Pixelcanvas.io-overlay/issues) on our GitHub repository.
## License
This extension is released under the [MIT License](LICENSE). Feel free to fork and modify the code according to your needs.
---