UNPKG

react-native-image-filter-kit

Version:
47 lines 1.18 kB
import { bool, image, resizeMode, color, placeholder, offset, text } from './inputs'; export const Composition = { dstImage: image, dstAnchor: offset, dstPosition: offset, dstResizeMode: resizeMode, srcImage: image, srcAnchor: offset, srcPosition: offset, srcResizeMode: resizeMode, resizeCanvasTo: text, disableCache: bool, swapImages: bool }; export const Common = { image: image, disableCache: bool }; export const BlendColor = { dstImage: image, srcColor: color, disableCache: bool }; export const Generator = { placeholder: placeholder, disableCache: bool }; export const BlendIos = { resizeCanvasTo: text, inputImage: image, inputImageResizeMode: resizeMode, inputImageAnchor: offset, inputImagePosition: offset, inputBackgroundImage: image, inputBackgroundImageResizeMode: resizeMode, inputBackgroundImageAnchor: offset, inputBackgroundImagePosition: offset, clampToExtent: bool, disableCache: bool, swapImages: bool }; export const CommonIos = { inputImage: image, clampToExtent: bool, disableCache: bool }; //# sourceMappingURL=shapes.js.map