#【ライブラリ説明】
Webサイトのスクリーンショットが撮れる
#【プログラム】
webshot.js
var webshot = require('webshot');
webshot('google.com', 'google.png', function(err) {
// screenshot now saved to google.png
});
#【参考サイト】
github
Go to list of users who liked
More than 5 years have passed since last update.
#【ライブラリ説明】
Webサイトのスクリーンショットが撮れる
#【プログラム】
var webshot = require('webshot');
webshot('google.com', 'google.png', function(err) {
// screenshot now saved to google.png
});
#【参考サイト】
github
Register as a new user and use Qiita more conveniently
Go to list of users who liked