Hemanth HM
Hemanth HM
 That's how it looks in my terminal, can read the text only after highlighting them! The color of the text is gray!
Fixes #10 and some code style 😇 //cc @tolmasky
It would be useful to provide options for `gif` and other video formats.
``` $ demokit TypeError: demo is not a function at EventEmitter. (/Users/hemanth/.yarn-cache/.global/node_modules/demokit/electron/demokit-run.js:66:19) at next () at step (/Users/hemanth/.yarn-cache/.global/node_modules/demokit/electron/demokit-run.js:5:191) at /Users/hemanth/.yarn-cache/.global/node_modules/demokit/electron/demokit-run.js:5:437 at EventEmitter. (/Users/hemanth/.yarn-cache/.global/node_modules/demokit/electron/demokit-run.js:5:99) at EventEmitter.on (/Users/hemanth/.yarn-cache/.global/node_modules/demokit/electron/demokit-run.js:33:5) at emitOne (events.js:96:13) at...
``` $ demokit fs.js:640 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open '/Users/hemanth/.nvm/versions/node/v6.6.0/lib/node_modules/demokit/electron/node_modules/electron/path.txt' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at Object. (/Users/hemanth/.nvm/versions/node/v6.6.0/lib/node_modules/demokit/bin/demokit-cli.js:23:61)...
 On the [demo](http://eduardolundgren.github.io/video-camera-element/) link.
``` ○ → npm install -g autocomplete npm http GET https://registry.npmjs.org/autocomplete npm http 304 https://registry.npmjs.org/autocomplete [email protected] /Users/hemanth/.nvm/v0.8.8/lib/node_modules/autocomplete ○ → node > require('autocomplete') Error: Cannot find module 'autocomplete' at Function.Module._resolveFilename (module.js:338:15)...
``` [default] Waiting for VM to boot. This can take a few minutes. [default] Failed to connect to VM! Failed to connect to VM via SSH. Please verify the VM...
File.open('example01.rtf', 'a') do |file| file.write(document.to_rtf) end Fails...