# VA FAST IMAGE UPLOAD
A simple upload interface for the user to upload image or take a picture with the browser camera support

### InstallationInstallation

#### Add to wordpress
1. Upload the folder `va-fast-image-upload/plugin` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Place `the shortcode ['fast-image-upload']` in your templates

### Update Javascript-File
1. Go to the folder `va-fast-image-upload/va-fast-image-upload-js-src`
2. Run `npm install` & make your changes
3. Build the new file with `npm run build`

### License
[GNU GPLv3](https://github.com/aigenseer/va-fast-image-upload/blob/master/LICENSE "GNU GPLv3")
