# umts

> Ultra minimum tools

Latest version **1.1.3** (published 2022-11-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install umts
pnpm add umts
yarn add umts
bun add umts
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.3 |
| Published | 2022-11-16 |
| First published | 2022-11-02 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Fyphen |
| Maintainers | fyphen |
| Keywords | UMTS |

## Links

- npm: https://www.npmjs.com/package/umts
- npm.io page: https://npm.io/package/umts

## Dependencies (2)

- [puppeteer](https://npm.io/package/puppeteer.md) ^19.2.2
- [puppeteer-core](https://npm.io/package/puppeteer-core.md) ^19.2.0

## Recent versions

- 1.1.3 (latest) — 2022-11-16
- 1.1.2 — 2022-11-05
- 1.1.1 — 2022-11-05
- 1.0.1 — 2022-11-05
- 1.0.0 — 2022-11-02

## README

# About UMTS
It stands for Ultra Minimum Tools.

## How to install

```
npm i umts
```

## How to use

#### .time()
Explanation:
Return time with Node.js LocaleString format.

Return:
Time

For example:

Code:
```
const umts = require("umts");
console.log(umts.time());
```

Execution result:
```
11/5/2022, 7:07:44 PM
```

#### .take(url, fullPage)
Explanation:
Take web browser screenshot.
Please add boolean to fullPage (true or false).

Return:
Promise

Note: Please use await.

For example:

Code:
```
const umts = require("umts");
await fs.createWriteStream(umts.take("https://www.google.com", true));
```

Execution result:
Saved file on same directory that name of "web.png".

---
_Source: https://npm.io/package/umts · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
