# @nielse63/webgl-utils

> > A utility module for the WebGL Decorative Backgrounds examples

Latest version **1.0.5** (published 2018-06-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nielse63/webgl-utils
pnpm add @nielse63/webgl-utils
yarn add @nielse63/webgl-utils
bun add @nielse63/webgl-utils
```

## 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.0.5 |
| Published | 2018-06-06 |
| First published | 2018-06-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Erik Nielsen |
| Maintainers | nielse63 |

## Links

- npm: https://www.npmjs.com/package/@nielse63/webgl-utils
- npm.io page: https://npm.io/package/@nielse63/webgl-utils

## Recent versions

- 1.0.5 (latest) — 2018-06-06
- 1.0.4 — 2018-06-05
- 1.0.3 — 2018-06-05
- 1.0.1 — 2018-06-05
- 1.0.0 — 2018-06-05

## README

# @nielse63/webgl-utils
> A utility module for the WebGL Decorative Backgrounds examples

[![npm](https://img.shields.io/npm/v/@nielse63/webgl-utils.svg?maxAge=2592000)](https://www.npmjs.com/package/@nielse63/webgl-utils)

## Installation

Using Yarn
```bash
yarn add --save @nielse63/webgl-utils
```

or NPM
```bash
npm install --save @nielse63/webgl-utils
```

## Usage

```js
import * as utils from '@nielse63/webgl-utils';

/**
 * API:
 *   getCanvasSize(<canvas>)
 *   onresize(<canvas>, PerspectiveCamera, WebGLRenderer)
 *   dotTextureImage: String
 *   createRenderer(<canvas>, Color)
 *   createShaderMaterial(String, String, TextureLoader)
 */
```

## API

*TODO*: Add actual API documentation

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