@dooboostore/lib-web
v1.0.5
Published
dooboostore library for web
Maintainers
Readme
@dooboostore/lib-web
Full Documentation: https://dooboostore-develop.github.io/@dooboostore/lib-web
A library of advanced, canvas-based components for web applications.
Features
Image Editor (
ImageEditorCanvas):- A multi-layer image editor.
- Add and manipulate images, text, and various shapes (rectangles, circles, stars, hearts, etc.).
- Layers can be moved, resized, rotated, flipped, and reordered (z-index).
- Features for polygonal cropping and erasing parts of layers.
- Undo/Redo history management.
- Export the final composition as a single image.
GPS Marker Map (
GpsMarkerCanvas):- Display GPS points and paths on an interactive canvas map.
- Supports panning and zooming.
- Option to use Mercator projection for more accurate map representation.
- Customizable markers (images or colors) and paths.
Image Cropper (
ImageCropCanvas):- Load an image and draw a freeform polygon to crop it.
- Exports the cropped area as a new image.
Installation
# pnpm
pnpm add @dooboostore/lib-web
# npm
npm install @dooboostore/lib-web
# yarn
yarn add @dooboostore/lib-webLearn More
The detailed API documentation for each component is available on our documentation website.
License
This package is licensed under the MIT License.
