twhitbeck/angular-cropper

Usage without npm or bower

Closed this issue · 1 comments

Got an email with this request:

I was trying to implement your cropper program for AngularJS, however I need to do this without using Bower or NPM. I was wondering if you can walk me through it.

There is no build step in this project, so what you would get with npm or bower is just the file angular-cropper.js.

To use it without npm or bower, just download this file and include it in your html page.

https://github.com/twhitbeck/angular-cropper/blob/master/angular-cropper.js

To use a specific version, download the file at that version's tag:
e.g. for v0.9.0

https://github.com/twhitbeck/angular-cropper/blob/v0.9.0/angular-cropper.js