node-castro icon indicating copy to clipboard operation
node-castro copied to clipboard

Screen recording library for Node

Results 2 node-castro issues
Sort by recently updated
recently updated
newest added

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); ```...

Allow to set `cropRect`and `captureMouseClicks`