Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/flekschas/piling.js
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Feb 16, 2021
2 parents 2c45cee + 01d7857 commit 8e00443
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ Piling.js currently supports visual piling of [images](#quick-start), [matrices]
#### Install

```bash
npm install piling.js
npm install piling.js pixi.js
```

PixiJS is the underlying Optionally, if you want to lay out piles by more than two attributes you have to install UMAP as follows.

```bash
npm install umap-js
```

#### Quick Start
Expand Down Expand Up @@ -72,6 +78,7 @@ We've set up the following examples for how to use Piling.js with popular applic

- [Piling.js with Svelte](https://github.com/flekschas/piling.js-svelte)
- [Piling.js with React](https://github.com/flekschas/piling.js-react)
- [Piling.js with Vue](https://github.com/flekschas/piling.js-vue)

## Development

Expand Down

0 comments on commit 8e00443

Please sign in to comment.