-
-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Service Worker by Workbox #144
base: master
Are you sure you want to change the base?
Conversation
What is holding this up? |
Guys what's up? Can't you just marge this and let us all enjoy fully offline paint 💅 ? |
@TheLastGimbus In the meantime, I created my own version called paint.js.org (GitHub), which is all offline-capable, based on Web Components, and uses many modern capabilities (e.g., File System Access API and Async Clipboard API). However, not all tools and actions are implemented yet. |
Oh, Mozilla killed PWAs for desktop, marvelous 🎉 Anyway, big thanks for this! |
Things that have been holding this up that are not a problem with this PR:
PR critique
|
Those are some very valid points. Take care! |
This PR adds a Service Worker generated by Workbox. In order to update the service worker implementation, run
npm run generate-sw
.Closes #109