Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/admwx7/am-image-cropper
A canvas based Polymer element for generated a new cropped image from a source image
https://github.com/admwx7/am-image-cropper
Last synced: 8 days ago
JSON representation
A canvas based Polymer element for generated a new cropped image from a source image
- Host: GitHub
- URL: https://github.com/admwx7/am-image-cropper
- Owner: admwx7
- License: apache-2.0
- Created: 2018-01-26T16:44:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T23:07:24.000Z (about 1 year ago)
- Last Synced: 2024-10-12T05:13:27.587Z (about 1 month ago)
- Language: HTML
- Size: 50.8 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/admwx7/am-image-cropper.svg?branch=master)](https://travis-ci.org/admwx7/am-image-cropper)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg?style=flat-square)](https://www.webcomponents.org/element/admwx7/am-image-cropper)
[![GitHub license](https://img.shields.io/badge/license-Apache2.0-blue.svg)](https://raw.githubusercontent.com/admwx7/am-image-cropper/master/LICENSE)# <am-image-cropper>
A canvas based Polymer element for generated a new cropped image from a source image
## Browsers Support
| [](http://godban.github.io/browsers-support-badges/)IE / Edge | [](http://godban.github.io/browsers-support-badges/)Firefox | [](http://godban.github.io/browsers-support-badges/)Chrome | [](http://godban.github.io/browsers-support-badges/)Safari | [](http://godban.github.io/browsers-support-badges/)Opera | [](http://godban.github.io/browsers-support-badges/)iOS Safari | [](http://godban.github.io/browsers-support-badges/)Chrome for Android |
| --------- | --------- | --------- | --------- | --------- | --------- | --------- |
| Edge| last 3 versions| last 3 versions| last 3 versions| last 3 versions| last 3 versions| last versionCross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com)
## Installation
Build Tools: `npm i -g polymer-cli`
Dependencies: `polymer install --variants`
Linting: `npm i && npm run lint`
Testing: `npm run test`
## Usage
```html
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D