https://github.com/catdad-experiments/share-edit
📐 PWA for editing images that shows up in the share sheet
https://github.com/catdad-experiments/share-edit
hacktoberfest image image-processing pwa share share-sheet
Last synced: 11 months ago
JSON representation
📐 PWA for editing images that shows up in the share sheet
- Host: GitHub
- URL: https://github.com/catdad-experiments/share-edit
- Owner: catdad-experiments
- Created: 2019-02-07T01:04:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T04:23:12.000Z (about 2 years ago)
- Last Synced: 2025-04-02T22:16:45.281Z (about 1 year ago)
- Topics: hacktoberfest, image, image-processing, pwa, share, share-sheet
- Language: JavaScript
- Homepage: https://catdad-experiments.github.io/share-edit/
- Size: 550 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# share edit
This Progressive Web Apps is an experiment using [Share Target Level 2](https://web.dev/web-share/#sharing-files), allowing it to appear in the share sheet and accept images. If you [install this app](https://catdad-experiments.github.io/share-edit/) using the "Add to home screen" prompt, it will add an "Edit" option to your share sheet, allowing you to do some basic image editing in a web app!
I got tired of having each app always save a copy of my image any time edit an image. Taking a simple screenshot for a one-off share can result in 3 or 4 images being saved and you have to then go delete in order to clear the clutter. And solving this problem with a small web application is just cool! With newer version of Android (and Chrome 76+), you can now take a screenshot by summoning assistant and selecitng "Share screenshot", crop and markup in this app, and share it out, all without ever saving an image. Neat!