0.2.1 • Published 10 years ago

d-image-crop v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

d-image-crop

Image crop for Derby.js.

image

##Demo

https://derby-demos.herokuapp.com/d-image-crop

##Installation

npm install d-image-crop
app.component(require('d-image-crop'));
@import '../../node_modules/d-image-crop'

##Usage

<d-image-crop translate="t" src="{{_page.misc.crop}}" on-submit="cropped()"></d-image-crop>

Localization: translate attribute is optional. If used, it should point the app.proto.t translate function in plain string, i.e. in that case it would be just t as in the example.

License

MIT

0.2.1

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago