UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

14 lines (13 loc) 418 B
export declare class ImageParameter { private _source; private _width; private _effectDiffusion; private _threshold; get source(): string; get width(): number; get effectDiffusion(): boolean; get threshold(): number; constructor(source: string, width: number); setEffectDiffusion(effectDiffusion: boolean): ImageParameter; setThreshold(threshold: number): ImageParameter; }