I want to create a basic image js manipulation problem. Well not that basic. My requirements are
- Image loaded after clicked by user
- User can edit this image(contrast invert filter rotation)
- User can use a dialog that displays some other smaller images. These images (fixed size) can be placed by clicking (or drag n dropped) on original first image
- Images placed on original image can be rotated or moved.
I think fabric has what I want(rotating with anchors etc), but it doesn't include an asset manager? Is there a js library that has all these or is there a stand alone asset manager that can work well with fabricjs?