Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

| [IE / Edge](http://godban.github.io/browsers-support-badges/)IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)Chrome | [Safari](http://godban.github.io/browsers-support-badges/)Safari | [Opera](http://godban.github.io/browsers-support-badges/)Opera | [iOS Safari](http://godban.github.io/browsers-support-badges/)iOS Safari | [Chrome for Android](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 version

Cross-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