1.3.10 • Published 6 years ago
mythicshot v1.3.10
MythicShot
Inicialmente criado para testes, ele basicamente acessa uma url e tira uma print
Download
npm install mythicshot
Uso
const MythicShot = require("mythicshot");
const shot = new MythicShot()
shot.screenShot({
url: "LINK",
path: "image",
type: "jpeg",
log: true,
width: 1920,
height: 1080
})
Tipos: JPEG e PNG