1.1.2 • Published 9 months ago

whenugopal v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Yet Another POC - A Node Package

Package

It's Me Mario!,

I am here with another POC. This time a tool to capture some screens of your website, may be useful or useless but play with it, enjoy :)

Run Locally

Installing

Go to your node project and run the below command

npm install whenugopal

Usage

import namaste from "whenugopal";

console.log(
  namaste({
    urls: ["https://www.google.com", "https://www.apple.com"],
    deviceName: "mobiles",
  })
);

Available devices

  • mobiles
  • tablets
  • desktop

Replace the above deviceName with whatever you want and you can add as many urls you want

FAQ

You have questions ?

Adios

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago