forked from sheetjs/sheetjs
9 lines
152 B
Markdown
9 lines
152 B
Markdown
|
# PhantomJS Demo
|
||
|
|
||
|
This was tested in phantomjs 2.1.1, installed using the node module:
|
||
|
|
||
|
```bash
|
||
|
$ npm install -g phantomjs
|
||
|
$ phantomjs phantomjs.js
|
||
|
```
|