heymexa / froala-images-multi-upload

Plugin for Froala Editor. The plugin allows to upload one or more images to the server. Demo http://heymexa.ru/froala_images_multi_upload/v2/
MIT License
12 stars 3 forks source link

Images Multi Upload

The plugin for one of best wysiwyg-editors - Froala Editor. The plugin allows to upload one or more images to the server.

Installing

Download or use npm

npm install https://github.com/heymexa/froala-images-multi-upload.git

Usage

Include files in your html if you do not use build tools

<!-- Include the plugin CSS file -->
<link rel="stylesheet" href="https://github.com/heymexa/froala-images-multi-upload/blob/master/path_to_plugin_css/imagesMultiUpload.css">

<!-- Include the plugin JS file -->
<script src="https://github.com/heymexa/froala-images-multi-upload/raw/master/path_to_plugin_js/imagesMultiUpload.js"></script>

or import in your js

// import js
import 'froala-images-multi-upload/build/js/imagesMultiUpload';

// import css
import 'froala-images-multi-upload/build/css/imagesMultiUpload.css';

Configuration

The plugin uses to compatibility some options from the plugin image.js.

Building

npm install
npm run build

License

The code in this project is licensed under MIT license.