Chaim Friedman

Results 1 issues of Chaim Friedman

Just trying to use this in a very basic example as follows ``` const castro = require('castro') const movie = new castro.Castro(); movie.setLocation('/Users/Me/Movies/totes-epic.mp4') movie.start(); setTimeout(() => { movie.stop() },4000); ```...