1.0.3 • Published 8 years ago

snapshotjs v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

dante

一、简介

基于phantomjs的截屏工具

二、安装

npm install snapshotjs --g

或者本地使用

npm install snapshotjs --save    
 

三、用例

全局模式: snapshot -u=https://www.baidu.com -o=c:/snapshot/baidu.png

本地模式:

        var snapshot  = require('snapshot');

        snapshot.capture('https://www.baidu.com','c:/snapshot/baidu.png',{});    

四、开源许可

基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago