From 1b2ca324fff0a9cafd8216ebc86064a87f36403a Mon Sep 17 00:00:00 2001 From: Fritz Lekschas <932103+flekschas@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:18:10 -0400 Subject: [PATCH 1/2] Clarify install instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0899ece..5297b751 100644 --- a/README.md +++ b/README.md @@ -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 From 01d78570f296651f26192c26cf4473a7bbf3d0a4 Mon Sep 17 00:00:00 2001 From: Fritz Lekschas <932103+flekschas@users.noreply.github.com> Date: Wed, 27 Jan 2021 22:26:39 -0500 Subject: [PATCH 2/2] Add link to Vue example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5297b751..19928073 100644 --- a/README.md +++ b/README.md @@ -78,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