Documentation
Installation
Installing CropGuide is as easy as creating a free CropGuide account and copy pasting the CropGuide script before the closing </head> tag on your website.
When you’re installing CropGuide on a platform like WordPress, or Shopify, you can use one of the installation guides below.
<script>
(function (w, d) {
w.$cropguide = ['abcd1234'];
var s = d.createElement('script');
s.async = true;
s.src = 'https://dev-cdn.cropguide.io/l.js';
d.head.append(s);
})(window, document);
</script>
When you copy the snippet above you’ll have to replace the text 123ABC with your personal access key shown on the customer dashboard.
Apps
When 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('abcd1234', {
// CropGuide options
// ...
})
.then(() => {
// CropGuide init fired
})
.catch((err) => {
// Something went wrong during client load
});
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