Marcelo Oblan

Results 1 comments of Marcelo Oblan

npm i xvfb ```js const Xvfb = require('xvfb'); (async function() { let xvfb = new Xvfb(); xvfb.startSync(); // code here.... })(); ``` it works for me.