@coon/utils
Version:
14 lines (13 loc) • 417 B
JavaScript
/*
* @Author: None
* @Date: 2019-11-05 15:40:34
* @LastEditTime: 2019-11-07 18:00:20
* @LastEditors: None
* @Description:
*/
import store from './store';
import utils from './utils';
export { base64ToBlob, imageInfo, compressImg, convertImgToBase64, getOrientation, previewImg, resetImgOrientation, resetOrientation } from './image';
export { store };
export { filters } from './filters';
export default utils;