Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 382 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 382 Bytes

snapy-file

Plugin of snapy.

Take a snapshot from a file:

{test} = require("snapy")

test((snap) => {
  snap({file: "./package.json"}) // relative to cwd!
})

Creates a readStream and passes it to snapy-stream

License

Copyright (c) 2017 Paul Pflugradt Licensed under the MIT license.