Fanstatic packaging of Cropper
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
js.cropper
Introduction
This library packages Cropper for fanstatic.
This requires integration between your web framework and fanstatic, and making sure that the original resources (shipped in the resources directory in js.cropper) are published to some URL.
How to use?
You can import cropper from js.cropper and need it where you want these resources to be included on a page:
>>> from js.cropper import cropper >>> cropper.need()
CHANGES
0.10.0-1 (2015-06-25)
Add dependency to jQuery, so js.cropper is added after js.jquery.
0.10.0 (2015-06-25)
Initial release.