Skip to content

Commit b5463d6

Browse files
build dist
1 parent 6c25e87 commit b5463d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+15608
-86
lines changed

dist/NetInput.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import { Dimensions, TNetInput } from './types';
2+
export declare class NetInput {
3+
private _canvases;
4+
constructor(mediaArg: TNetInput, dims?: Dimensions);
5+
private initCanvas(media, dims?);
6+
readonly canvases: HTMLCanvasElement[];
7+
readonly width: number;
8+
readonly height: number;
9+
readonly dims: Dimensions | null;
10+
}

dist/NetInput.js

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/NetInput.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)