PHP Classes

File: toastui/src/index.js

Recommend this page to a friend!
  Classes of Mark de Leon   PHP Document Scanner using SANE or eSCL AirPrint   toastui/src/index.js   Download  
File: toastui/src/index.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Document Scanner using SANE or eSCL AirPrint
Web interface to scan printed documents
Author: By
Last change:
Date: 4 years ago
Size: 814 bytes
 

Contents

Class file image Download
import './js/polyfill'; import ImageEditor from './js/imageEditor'; import './css/index.styl'; // commands import './js/command/addIcon'; import './js/command/addImageObject'; import './js/command/addObject'; import './js/command/addShape'; import './js/command/addText'; import './js/command/applyFilter'; import './js/command/changeIconColor'; import './js/command/changeShape'; import './js/command/changeText'; import './js/command/changeTextStyle'; import './js/command/clearObjects'; import './js/command/flip'; import './js/command/loadImage'; import './js/command/removeFilter'; import './js/command/removeObject'; import './js/command/resizeCanvasDimension'; import './js/command/rotate'; import './js/command/setObjectProperties'; import './js/command/setObjectPosition'; module.exports = ImageEditor;