https://github.com/zellyn/rekt
Draw rectangles over images or parts of images
https://github.com/zellyn/rekt
Last synced: about 1 year ago
JSON representation
Draw rectangles over images or parts of images
- Host: GitHub
- URL: https://github.com/zellyn/rekt
- Owner: zellyn
- License: mit
- Created: 2019-01-26T01:49:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T02:42:44.000Z (over 6 years ago)
- Last Synced: 2025-04-01T19:03:25.407Z (about 1 year ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rekt
Draw rectangles over images or parts of images
## Current status:
Preview: [drag_and_rotate.html](http://htmlpreview.github.io/?https://github.com/zellyn/rekt/blob/master/drag_and_rotate.html)
- [x] Scaling and rotating rectangles
- [x] Creating rectangles
- [ ] Handling keypresses
- [ ] Deleting rectangles
- [ ] Learning how to make web components
- [ ] Handling keypresses in a web component
- [ ] Wrapping it up in a web component
- [ ] Handling keypresses in a web component in an Elm app 🤷
# TODOs
- [ ] Convert to web component
- [ ] Go through https://developers.google.com/web/fundamentals/web-components/best-practices
- [ ] Go through https://developers.google.com/web/fundamentals/web-components/examples/howto-checkbox