An open API service indexing awesome lists of open source software.

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

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