sp-dev-fx-webparts/samples/react-zpl-viewer
Hugo Bernier 86013372c0 Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
..
.vscode react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
src react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
teams react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
.editorconfig react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
.gitignore react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
.yo-rc.json react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
README.md Added all 1.12.1 and 1.13 containers 2022-02-14 02:52:18 -05:00
gulpfile.js react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
package-lock.json react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
package.json react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
tsconfig.json react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00
tslint.json react-zpl-viewer sample (#1140) 2020-03-09 19:57:48 +02:00

README.md

react-zpl-viewer

Summary

This web part will allow a user to select a text file contatining zpl which is used to generate an image using the labelary web service to render the zpl and return the image.

Preview

Compatibility

SPFx 1.9.1 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
react-zpl-viewer Zach Roberts spodev

Version history

Version Date Comments
1.0 February 13, 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve --nobrowser
  • Browse to the workbench https://yourtenant.sharepoint.com/sites/yoursite/_layout/15/workbench.aspx and add the web part

Features

This web part allows a user to select a text file containing zpl which then the contents of the selected file are read and the user is also able to configure the size of the label they would like to see in the render. When the user clicks the show label button the label is generated using an online server to render the image.

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.