https://github.com/charmander/cut
Half of an image cropping interface for browser JavaScript.
https://github.com/charmander/cut
Last synced: 30 days ago
JSON representation
Half of an image cropping interface for browser JavaScript.
- Host: GitHub
- URL: https://github.com/charmander/cut
- Owner: charmander
- License: mit
- Created: 2014-02-04T21:18:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T04:45:31.000Z (about 8 years ago)
- Last Synced: 2025-10-04T06:00:13.201Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cut is half of a cropping interface in browser JavaScript. It provides support
for dragging and scaling an image relative to a fixed cropping box.
`demo/` contains an example of a cropping tool with close-to-global support
via Cut, ``, and another set of `` elements, which
receive (and display) specific coordinates. Feel free to use it as a base.
Cut supports Internet Explorer 9 and higher, and the most recent stable
version of anything else.