viewbox

1.0.0 • Public • Published

viewbox

npm Travis Coveralls David David

Utility library for dealing with SVG viewboxes as plain arrays.

Install with:

$ npm install --save viewbox

usage

var viewbox = require('viewbox')

See API.md for usage.

developing and contributing

Clone and then $ npm install. Please accompany all PRs with applicable tests. Please test your code in browsers, as Travis CI cannot run browser tests for PRs.

unit testing

This module uses Mocha and Chai for unit testing, Istanbul for coverage, and ESLint for linting.

  • $ npm test - run the tests, calculate coverage, and lint
  • $ npm run test:watch - run the tests on code changes (does not lint nor cover)
  • $ npm run lint - lint the code (will be run as a pre-commit script)

browser testing

Browser tests are run with Zuul and Sauce Labs on the latest two versions of Chrome, Firefox, Safari, and Internet Explorer, as well as the latest version of Edge.

  • $ npm run test:browser - run the unit tests in a local browser
  • $ npm run test:sauce - run the units tests in several browsers using Open Sauce (Sauce Labs account and local .zuulrc required)

Readme

Keywords

Package Sidebar

Install

npm i viewbox

Weekly Downloads

231

Version

1.0.0

License

MIT

Last publish

Collaborators

  • mcous