UNPKG

directcam

Version:

A small library to access DirectShow compatible cameras through NodeJS

14 lines (11 loc) 319 B
'use strict' var gentlyCopy = require('gently-copy'); var filesToCopy = [ "AForge.dll", "AForge.Video.DirectShow.dll", "AForge.Video.DirectShow.xml", "AForge.Video.dll", "AForge.Video.xml", "WebCamInterface.dll", ]; gentlyCopy(filesToCopy, process.env.INIT_CWD,{overwrite:true});