# zwip

> Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.

Latest version **1.2.3** (published 2017-09-14) · GPL-3.0 license · 0 weekly downloads

## Install

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

## 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.2.3 |
| Published | 2017-09-14 |
| First published | 2016-12-09 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Clément Pasquier |
| Maintainers | gastonyte |
| Keywords | animation, requestAnimationFrame, request-animation-frame, js |

## Links

- npm: https://www.npmjs.com/package/zwip
- Repository: https://github.com/Gastonite/zwip
- Homepage: https://github.com/Gastonite/zwip#readme
- Issues: https://github.com/Gastonite/zwip/issues
- npm.io page: https://npm.io/package/zwip

## Dependencies (4)

- [klak](https://npm.io/package/klak.md) ^1.0.2
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.24.1
- [babel-preset-stage-3](https://npm.io/package/babel-preset-stage-3.md) ^6.24.1
- [babel-plugin-transform-export-extensions](https://npm.io/package/babel-plugin-transform-export-extensions.md) ^6.22.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.2.3 (latest) — 2017-09-14
- 1.2.2 — 2017-06-20
- 1.2.1 — 2017-06-20
- 1.2.0 — 2017-06-20
- 1.1.8 — 2017-06-16
- 1.1.7 — 2017-06-16
- 1.1.6 — 2017-06-15
- 1.1.5 — 2017-06-14
- 1.1.4 — 2017-06-14
- 1.1.3 — 2017-06-14
- 1.1.2 — 2017-06-11
- 1.1.1 — 2017-06-10
- 1.1.0 — 2017-06-09
- 1.0.4 — 2017-06-02
- 1.0.3 — 2017-06-01
- … 3 more at https://npm.io/package/zwip/versions

## README

# Zwip

Utility for creating JS animations on top of W3C [requestAnimationFrame](https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame) function.

## Examples

To show it in action:
1. clone the repo :
```
git clone https://github.com/Gastonite/zwip
```
2. Install **zwip** dependencies:

- if you are using yarn :
  ```
  yarn
  ```
- if you are using npm :
  ```
  npm i
  ```
3. After dependences are installed, go to one example directory :
```
cd examples/<example-name>
```
4. install example dependencies and run **dev** npm script:
- if you are using yarn :
  ```
  yarn && yarn dev
  ```
- if you are using npm :
  ```
  npm i && npm run dev
  ```

Now the demo is visible at [http://localhost:3000](http://localhost:3000)


## Installation
- if you are using yarn :
  ```
  yarn add -D zwip
  ```
- if you are using npm :
  ```
  npm i -D zwip
  ```

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