366c28a577
* first commit * configured the property pane * readme updated and demo gif uploaded * correction * added author * add more descriptions * Updated to GA Version, New properties that allow to specify the number of items to display and which entities retrieve (User, SharePoint Groups, Distribution Lists, Security Groups). * First release * readme changed * release date modified * readme updated |
||
---|---|---|
.. | ||
.vscode | ||
assets | ||
config | ||
src/webparts/imageMagnifier | ||
typings | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package.json | ||
tsconfig.json |
README.md
Image Magnifier
Summary
This web part allow to magnify an image, displaying a resolution more detailed through a lens.
Used SharePoint Framework Version
Applies to
Prerequisites
No pre-requisites
Solution
Solution | Author(s) |
---|---|
react-image-magnifier | Giuliano De Luca (@giuleon , www.delucagiuliano.com) |
Version history
Version | Date | Comments |
---|---|---|
1.0 | September 17, 2017 | Initial release |
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.
Minimal Path to Awesome
- Clone this repository
- in the command line run:
npm install
gulp serve
Features
This Web Part illustrates the following concepts on top of the SharePoint Framework:
- Image Magnifier - How obtain best resolution from an image.
- How to leverage the capabilities of the property pane.