human/types/tfjs/backend.d.ts

20 lines
470 B
TypeScript
Raw Normal View History

2021-02-08 18:47:38 +01:00
export declare const config: {
name: string;
priority: number;
canvas: null;
gl: null;
width: number;
height: number;
webGLattr: {
alpha: boolean;
antialias: boolean;
premultipliedAlpha: boolean;
preserveDrawingBuffer: boolean;
depth: boolean;
stencil: boolean;
failIfMajorPerformanceCaveat: boolean;
desynchronized: boolean;
};
};
export declare function register(): void;