UNPKG

@uppy/webcam

Version:

Uppy plugin that takes photos or records videos using the device's camera.

17 lines (16 loc) 316 B
{ "extends": "../../../tsconfig.shared", "compilerOptions": { "emitDeclarationOnly": false, "noEmit": true, }, "include": ["./package.json", "./src/**/*.*"], "references": [ { "path": "../utils/tsconfig.build.json", }, { "path": "../core/tsconfig.build.json", }, ], }