image-crop-element
image-crop-element copied to clipboard
A custom element for cropping a square image. Returns x, y, width, and height.
The kitchen sink image for Codespaces comes with node 14 and npm 6. We want to run node 16 and npm 8. This PR creates a dockerfile and devcontainer to...
On mobile devices, it's a bit hard to crop the image by moving the circle anchors. We should implement "pinch to zoom" or some other functionality to make this easier...
Any thoughts on adding some [part](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) markup to make the component more styleable?
This may be a known issue with the [example page](https://github.github.io/image-crop-element/examples/). If it's not worth fixing please feel free to close. At first I thought there was something wrong with the...