BoxCraft.js is a JavaScript library designed to provide interactive bounding box tools for web-based applications. It offers draggable and resizable boxes that can be used in various domains, particularly in web-based image annotation and processing.
https://slides.com/rohinideshmukh/boxcraftjsintegratedwithboostletjs/
- Draggable bounding boxes for easy region selection.
- Resizable bounding boxes for precise area marking.
- Easy integration with web projects.
- Clone the repository:
git clone https://github.com/shrutivarade/BoxCraft.git
- <script src="https://raw.githubusercontent.com/shrutivarade/BoxCraft/main/dist/boxCraft.min.js"></script>
Instantiate a new bounding box on your target element, such as an image or canvas, and bind callback functions to handle the coordinates.
To compile the project:
npx parcel build
Contributions to BoxCraft.js are welcome! Please fork the repository, make your changes, and submit a pull request.
BoxCraft.js is open-source software and is licensed under the MIT license.