JSPM

phantomjs-bin

2.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1717
  • Score
    100M100P100Q106161F
  • License BSD-3-Clause

Static Binaries for phantomjs on Mac, Windows and Linux

Package Exports

  • phantomjs-bin

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (phantomjs-bin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.