# @qutejs/window

> Browser window abstraction for Qute components

Latest version **2.0.0-beta.10** (published 2021-05-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @qutejs/window
pnpm add @qutejs/window
yarn add @qutejs/window
bun add @qutejs/window
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0-beta.10 |
| Published | 2021-05-17 |
| First published | 2019-12-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 4.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bogdan Stefanescu |
| Maintainers | bstefanescu |

## Links

- npm: https://www.npmjs.com/package/@qutejs/window
- Repository: https://github.com/bstefanescu/qutejs
- Homepage: https://qutejs.org
- Issues: https://github.com/bstefanescu/qutejs/issues
- npm.io page: https://npm.io/package/@qutejs/window

## Dependencies (1)

- [window](https://npm.io/package/window.md) ^4.2.6

## Recent versions

- 2.0.0-beta.10 (latest) — 2021-05-17
- 2.0.0-beta.9 — 2021-05-12
- 2.0.0-beta.8 — 2021-04-16
- 2.0.0-beta.7 — 2021-03-11
- 2.0.0-beta.6 — 2021-01-07
- 2.0.0-beta.5 — 2020-11-11
- 2.0.0-beta.4 — 2020-11-06
- 2.0.0-beta.3 — 2020-11-06
- 2.0.0-beta.2 — 2020-11-06
- 2.0.0-beta.1 — 2020-10-11
- 2.0.0-beta — 2020-10-10
- 1.0.0-rc.12 — 2020-09-05
- 1.0.0-rc.11 — 2020-05-31
- 1.0.0-rc.10 — 2020-05-31
- 1.0.0-rc.9 — 2020-04-10
- … 15 more at https://npm.io/package/@qutejs/window/versions

## README

# @qutejs/window

This package provides an abstraction for the browser window global. Any time you need to use a browser global you must import it from this package:

```
import window from '@qutejs/window';
```

The package is meant to be used by Qute components.

**[Qute](https://qutejs.org)** is a **reactive component model** designed for **plain old javascript** lovers.

# Getting Started

Use the Qute project generator to create a new Qute application or component project:

```
npm init @qutejs
```

or (on **node versions** older than **10.3.0**)

```
npx @qutejs/create
```

Go here for the **[Qute documentation](https://qutejs.org)**.

# Installing

```
npm install @qutejs/window
```

# Usage

```
import window from '@qutejs/window';
```

# Building

Qute packages are built from the Qute multi-package repository root.
See [github](https://github.com/bstefanescu/qutejs).

# Authors

**[Bogdan Stefanescu](mailto:bogdan@quandora.com)** - *Intial Work* - [Quandora](https://quandora.com)

# License

[MIT](LICENSE)

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