Commit eff4e3732ad43c8bcb92a48931e1440194666ef7

Authored by Quillot Mathias
1 parent 8a33df3869
Exists in master

Add Konva JS to the project. Code HTML and link to the documentation in the readme file

Showing 2 changed files with 4 additions and 0 deletions Side-by-side Diff

1 1 # Triangle experiment
2 2 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.
  3 +
  4 +# Library documentation
  5 +- *Konva*: https://konvajs.org/
... ... @@ -2,6 +2,7 @@
2 2 <head>
3 3 <meta charset="UTF-8">
4 4 <title>Mockup Triangle Interface</title>
  5 + <script src="https://unpkg.com/konva@3.3.2/konva.min.js"></script>
5 6 </head>
6 7 <body>
7 8 <h1>Mockup Triangle Interface</h1>