0.2.2 • Published 7 years ago

firn v0.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Firn

Visual Regression Test Tool

npm version Coverage Status Build Status

Installation

using yarn

yarn add firn

using npm

npm i -S firn

API

firn(url, [,config])

url — a valid URL to the page you want to take screenshot from

config — optional config

Usage

Cli

firn http://example.com/

Node

const firn = require('firn')

;(async () => {
  const [err, raport] = await firn(urls, config)
  if (err) log('😦 Oh No! ', err)
  log('📝  raport ', raport)
})()
0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago