Documentation
Installation
Installing CropGuide is as easy as creating a free CropGuide account and copy pasting the CropGuide script tag below just before the closing </body>
tag.
You’ll have to replace the key 123ABC
with the key shown on the customer dashboard.
<script defer src="https://cdn.crop.guide/loader/l.js?c=123ABC"></script>
Apps
If you’re building an app and don’t want to add the <script>
tag to your app template you can install the @cropguide/browser
module instead.
You can then use CropGuide like this.
import CropGuide from '@cropguide/browser';
CropGuide('ABC123', {
// CropGuide options
// ...
})
.then(() => {
// CropGuide init fired
})
.catch((err) => {
// Something went wrong
});
Guides
We’ve set up guides for various popular platforms to help you install CropGuide quickly, see below for all available installation guides.
No-Code Tools
JavaScript Libraries
- FilePond
- Uppy
- DropzoneJS
- File Request Pro
- jQuery File Upload
- Fine Uploader
- Shield UI Upload
- React Dropzone
- Plupload
- Flow
- Vue Upload Component
- Meteor Files
- File Upload Vue