From eff4e3732ad43c8bcb92a48931e1440194666ef7 Mon Sep 17 00:00:00 2001 From: Quillot Mathias Date: Thu, 6 Jun 2019 14:17:21 +0200 Subject: [PATCH] Add Konva JS to the project. Code HTML and link to the documentation in the readme file --- README.md | 3 +++ mockup/mockup1.html | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 5e12d5b..7059bd9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # Triangle experiment This triangle is an 2D space where we ask a subject to place a point. Each point of the triangle is a reference. In similarity experiment, we ask the subject to place the point with respect to its similarity with each reference. What we propose in this repository is firstly a proof of concept of this kind of experiment that will tend to become a framework usable for many types of experiments. + +# Library documentation +- *Konva*: https://konvajs.org/ \ No newline at end of file diff --git a/mockup/mockup1.html b/mockup/mockup1.html index c4933fa..0e05939 100644 --- a/mockup/mockup1.html +++ b/mockup/mockup1.html @@ -2,6 +2,7 @@ Mockup Triangle Interface +

Mockup Triangle Interface

-- 1.8.2.3