Skip to content

Commit a55be7b

Browse files
Pending PWA rebranding. (#36)
* Some more rebranding. * Some deps updating. * Use light logo, will look better.
1 parent 21292f1 commit a55be7b

File tree

7 files changed

+1553
-1677
lines changed

7 files changed

+1553
-1677
lines changed

examples/pwa/LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
The PSPDFKit Sample applications are licensed with a modified BSD
1+
The Nutrient Sample applications are licensed with a modified BSD
22
license. In plain language: you're allowed to do whatever you wish
33
with the code, modify, redistribute, embed in your products (free or
44
commercial), but you must include copyright, terms of usage and
55
disclaimer as stated in the license.
66

7-
You will require a commercial PSPDFKit License to run these examples
7+
You will require a commercial Nutrient License to run these examples
88
in non-demo mode. Please refer to [email protected] for details.
99

1010
Copyright © 2018-present PSPDFKit GmbH.
@@ -22,10 +22,10 @@ that the following conditions are met:
2222
documentation and/or other materials provided with the
2323
distribution.
2424

25-
- Redistributions of PSPDFKit Samples must include attribution to
25+
- Redistributions of Nutrient Samples must include attribution to
2626
PSPDFKit, either in documentation or other appropriate media.
2727

28-
- Neither the name of the PSPDFKit, PSPDFKit GmbH, nor its developers
28+
- Neither the name of Nutrient, PSPDFKit GmbH, nor its developers
2929
may be used to endorse or promote products derived from
3030
this software without specific prior written permission.
3131

examples/pwa/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example shows how to integrate [Nutrient Web SDK](https://www.nutrient.io/w
44

55
You can check out a live preview here: [www.nutrient.io/pwa](https://www.nutrient.io/pwa/).
66

7-
This sample application features a basic PWA setup including a [manifest](src/manifest.js) and a [service worker](src/serviceWorker.js), to allow your app to function offline as well as an [IndexedDB storage](src/scripts/PSPDFKitFileStorage.js) for PDFs. This way, your files are persisted even after you close the browser.
7+
This sample application features a basic PWA setup including a [manifest](src/manifest.js) and a [service worker](src/serviceWorker.js), to allow your app to function offline as well as an [IndexedDB storage](src/scripts/NutrientFileStore.js) for PDFs. This way, your files are persisted even after you close the browser.
88

99
In this example we use [workbox](https://github.com/GoogleChrome/workbox), a popular PWA framework by Google.
1010

@@ -15,7 +15,7 @@ In this example we use [workbox](https://github.com/GoogleChrome/workbox), a pop
1515

1616
## Support, Issues and License Questions
1717

18-
PSPDFKit offers support for customers with an active SDK license via https://www.nutrient.io/support/request/
18+
Nutrient offers support for customers with an active SDK license via https://www.nutrient.io/support/request/
1919

2020
Are you [evaluating our SDK](https://www.nutrient.io/try/)? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/sales/
2121

@@ -68,7 +68,7 @@ To reduce the amount of boilerplate, we use [workbox](https://github.com/GoogleC
6868

6969
We also use workbox-cli, another library from Google, to automatically generate a Manifest file for our ServiceWorker pre-cache when we run `npm start`. You can find this configuration file in [`./src/workbox-config.js`](src/workbox-config.js).
7070

71-
To allow PDFs to be persisted locally so they do not need to be downloaded again, we've created the [`PSPDFKitFileStore`](src/scripts/PSPDFKitFileStore.js) library. It uses a lightweight and `Promise`-based wrapper around the IndexedDB API called [`idb`](https://github.com/jakearchibald/idb) under the hood. The code is designed to work independently of the PWA example and can also be used in Internet Explorer 11.
71+
To allow PDFs to be persisted locally so they do not need to be downloaded again, we've created the [`NutrientFileStore`](src/scripts/NutrientFileStore.js) library. It uses a lightweight and `Promise`-based wrapper around the IndexedDB API called [`idb`](https://github.com/jakearchibald/idb) under the hood. The code is designed to work independently of the PWA example and can also be used in Internet Explorer 11.
7272

7373
## Mobile Support
7474

0 commit comments

Comments
 (0)