# sketch-liby

A generative art utility and component library for JavaScript.

### Donwnload with npm: 

```
npm i sketch-liby
```

### Add to project: 

```
import * as sketch from 'sketch-liby'
```

Or only import desired functions.

```
import { random, rgb, color } from 'sketch-liby'
```
