From 25e6d70fbbd13591d90abbeabd76825e236982b6 Mon Sep 17 00:00:00 2001 From: Jip-Hop Date: Wed, 29 Apr 2020 19:07:32 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b05c0d..b3fb035 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Projection mapping tool for Chrome and Firefox. Apply perspective correction and ### Thanks to * [Videokaffe](http://www.videokaffe.com/) and their regular projection mapping sessions. * The [perspective-transform library](https://github.com/jlouthan/perspective-transform) for tackling the math. +* The TypeScript implementation of [change-perspective](https://github.com/Volst/change-perspective). * [PerspectiveTransform.js](https://github.com/antonio-spinelli/PerspectiveTransform.js) for error checking inspiration. * Kirupa Chinnathambi for the [nice dragging tutorial](https://www.kirupa.com/html5/drag.htm). * Rodrigo Damasceno for his [solution to make lines between points](https://stackoverflow.com/a/36045181).