piclist
Version:
Modified PicGo core, A tool for picture uploading
10 lines (9 loc) • 983 B
TypeScript
export { getConvertedFormat, imageCompress, isNeedAddWatermark, isNeedCompress, removeExif } from './common/compress';
export { configBlackList, forceNumber, isConfigKeyInBlackList, isDev, isInputConfigValid, safeParse, } from './common/config';
export { getMd5 } from './common/hash';
export { getFSFile, getImageSize, getImageTypeByMagicNumber, getURLFile } from './common/imageFile';
export { getNormalPluginName, getPluginNameType, getProcessPluginName, handleCompletePluginName, handleStreamlinePluginName, handleUnixStylePath, isSimpleName, removePluginVersion, } from './common/plugin';
export { getTreatedCompressOptions, getTreatedWaterMarkOptions } from './common/processingOptions';
export { randomStringGenerator, renameFileNameWithCustomString, renameFileNameWithRandomString, renameFileNameWithTimestamp, } from './common/rename';
export { handleUrlEncode, isUrl, isUrlEncode } from './common/url';
export { AddWatermark, imageAddWaterMark } from './common/watermark';