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
- Host: GitHub
- URL: https://github.com/ehanlin/ngehpreviewimage
- Owner: eHanlin
- License: mit
- Created: 2014-09-04T09:12:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T08:49:02.000Z (over 11 years ago)
- Last Synced: 2025-01-30T10:05:06.055Z (over 1 year ago)
- Language: CoffeeScript
- Size: 563 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```