michaelko / simpleterm

A very simple terminal emulator in javascript
4 stars 2 forks source link

removing jquery dependence and making more stand-alone #6

Closed minond closed 7 years ago

minond commented 7 years ago

This is an awesome project. I'm just removing the need for jquery and style tags This should allow users to just drop term.js into their projects and start using it right away while still allowing them to overwrite the look and feel with their own css. This takes care of https://github.com/michaelko/simpleterm/issues/1.

michaelko commented 7 years ago

Thank you very much for contributing.