0.0.6 • Published 3 years ago

react-image-manipulation-spfx v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-image-manipulation-spfx

This is a open source library that shares a reusable React control that can be used in your SharePoint Framework solutions. Thanks to celum and cubido to make this control public.

Summary

ImageManipulation Control Features:

  • Resize
  • Crop
  • Flip
  • Rotate
  • Scale
  • Filter (Grayscale / Sepia)
  • Redo / Undo
  • Histoy of Actions

react-image-manipulation-spfx in action

Used SharePoint Framework Version

version because of support for Sharepoint 2019 and SharePoint Online

References to office-ui-fabric-react version 5.x because of SharePoint 2019 Support

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

SharePoint Solution (SPFX)

Get Started

You can add this Control to your SPFX solution.

npm i react-image-manipulation-spfx

Sample implementation you can find in this Repository: documentation.

More information to get started can be found documentation of this repository: documentation.

Have issues or questions?

Please use following logic on submitting your questions or issues to right location to ensure that they are noticed and addressed as soon as possible.

Version history

TODO

VersionDateComments
0.0.1March 10, 2021Update comment

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Run Test Sample from this Repository

  • Clone this repository
  • Ensure that you are at the solution folder
  • in the command-line run:
    • npm install
    • gulp serve

References