1.3.10 • Published 6 years ago

mythicshot v1.3.10

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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

1.3.10

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago