UNPKG

nativescript-image-black-and-white

Version:

A NativeScript plugin to apply a black-and-white filter on Image.

6 lines (5 loc) 254 B
import { BlackAndWhiteCommon, FilterableImage } from './image-black-and-white.common'; export declare class ImageBlackAndWhite implements BlackAndWhiteCommon { blackAndWhite(img: FilterableImage): void; clearFilter(img: FilterableImage): void; }