# HTMLFeedback
**Repository Path**: mirrors_basilfx/HTMLFeedback
## Basic Information
- **Project Name**: HTMLFeedback
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-08-08
- **Last Updated**: 2026-05-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# HTMLFeedback
HTMLFeedback is a Google-like feedback tool, based on jQuery and HTML2Canvas. Since it uses the canvas element, browsers supporting the canvas element should work with this plugin.
The plugin does not include a GUI/Form. It only handles the logic to draw markers on an overlay, render the canvas and upload it. However, adding a GUI is a piece of cake. You can always copy one from the examples. This way, you can integrate it in any environment, the way you like it!
## Requirements
* jQuery 1.8.3+
* HTML2Canvas v0.34
## Demos
Two examples are available online. Check them out!
* [Basic demo](http://basilfx.github.com/HTMLFeedback/basic.html)
* [Advanced demo](http://basilfx.github.com/HTMLFeedback/advanced.html)
* Upload demo requires PHP and is included in the `examples` folder
## Compatibility
HTMLFeedback is tested in:
* Chrome 16+
* Safari 5+
* Firefox 8+
* iOS 5+
* IE9+ (preferably IE10)
HTMLFeedback is Beta, so please help me find bugs!
## License
See the `LICENSE` file.