readme
This commit is contained in:
parent
3053fbf5fe
commit
bea779b5fc
|
@ -19,7 +19,7 @@ extensions:
|
|||
|
||||
## Summary
|
||||
|
||||
This solution contains an SPFx webpart that shows a HTML Image Editor based on canvas and [Office UI Fabric](https://developer.microsoft.com/fluentui/).
|
||||
This solution contains an SPFx webpart that shows an HTML Image Editor based on canvas and [Office UI Fabric](https://developer.microsoft.com/fluentui/).
|
||||
|
||||
Key features of the Editor
|
||||
* Resize
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"name": "pnp-sp-dev-spfx-web-parts-react-image-editor",
|
||||
"source": "pnp",
|
||||
"title": "React Image Editor",
|
||||
"shortDescription": "This solution contains an SPFx webpart that shows a HTML Image Editor based on canvas and Office UI Fabric",
|
||||
"shortDescription": "This solution contains an SPFx webpart that shows an HTML Image Editor based on canvas and Office UI Fabric",
|
||||
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-image-editor",
|
||||
"longDescription": [
|
||||
"This solution contains an SPFx webpart that shows a HTML Image Editor based on canvas and Office UI Fabric ",
|
||||
"This solution contains an SPFx webpart that shows an HTML Image Editor based on canvas and Office UI Fabric ",
|
||||
"Key features of the Editor",
|
||||
"* Resize",
|
||||
"* Crop",
|
||||
|
|
Loading…
Reference in New Issue