https://github.com/bradsec/snapedit
A pure JavaScript web application for basic image manipulation. Run locally and privately in your web browser.
https://github.com/bradsec/snapedit
Last synced: about 1 year ago
JSON representation
A pure JavaScript web application for basic image manipulation. Run locally and privately in your web browser.
- Host: GitHub
- URL: https://github.com/bradsec/snapedit
- Owner: bradsec
- License: mit
- Created: 2024-11-18T12:55:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:23:17.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:12:10.208Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bradsec.github.io/snapedit/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnapEdit
A standalone JavaScript web application for basic image manipulation.
- Uses a single vanilla JavaScript script file `app.js`, single HTML file `index.html`, and single CSS file `styles.css`.
- No external libraries or third party plug-ins.
- Utilizes features found in most modern browsers.
- Runs completely locally on your device using your web browser.
- Does not upload any of your files to the internet, so none of your files ever leave your computer.