phantomjs-bin

2.1.1 • Public • Published

phantomjs-bin

Static Binaries for phantomjs on Mac, Windows and Linux

build status

Installation

This module is installed via npm:

$ npm install phantomjs-bin

Example Usage

Returns the path of a statically linked ffmpeg binary on the local filesystem.

var phantomjs = require('phantomjs-bin');
console.log(phantomjs.path);
// /Users/eugeneware/Dropbox/work/phantomjs-bin/bin/darwin/phantomjs

Currently supports Mac OS X (64-bit), Linux (32 and 64-bit) and Windows (32 and 64-bit).

Currently version 2.1.1 is installed.

I pulled the versions from the the official phantomjs download page:

NB: Open to pull requests to update this module with the latest versions.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.1
    154
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.1
    154
  • 1.0.1
    32
  • 1.0.0
    1

Package Sidebar

Install

npm i phantomjs-bin

Weekly Downloads

187

Version

2.1.1

License

BSD-3-Clause

Last publish

Collaborators

  • noblesamurai
  • eugeneware