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

https://github.com/ehanlin/ngehpreviewimage

Preview a image by canvas
https://github.com/ehanlin/ngehpreviewimage

Last synced: 5 months ago
JSON representation

Preview a image by canvas

Awesome Lists containing this project

README

          

ngEhPreviewImage
===================================

Preview a image by canvas

## Install

```bash
bower install ng-eh-preview-image
```

## Install node modules

```bash
npm install
```

## Dependencies

* [angular](https://angularjs.org/)
* [jquery](http://jquery.com/)
* [fortawesome](http://fortawesome.github.io/Font-Awesome/)

## Support

* IE10+
* chrome
* firefox

## Usage

#### html
```html


```

#### js
```js
app = angular.module("app",["eHanlin"]);
```

## DEMO

```bash
gulp server
```

## Build

```bash
gulp
```