sp-image-editor
Version:
React component version of filerobot image editor (FIE).
1 lines • 162 B
JavaScript
import{DEFAULT_SAVE_QUALITY}from"./constants";var getDefaultSaveQuality=function(a){return 0>=a||1<a?DEFAULT_SAVE_QUALITY:a};export default getDefaultSaveQuality;