[editor] Add an Ink editor

- Approximate the drawn curve by a set of Bezier curves in using
  js code from https://github.com/soswow/fit-curves.
  The code has been slightly modified in order to make the linter
  happy.
This commit is contained in:
Calixte Denizet 2022-06-04 23:28:19 +02:00
parent 2fbf14ace8
commit c161a86ba1
14 changed files with 1461 additions and 13 deletions

View file

@ -96,6 +96,7 @@ function getViewerConfiguration() {
editorModeButtons: document.getElementById("editorModeButtons"),
editorNoneButton: document.getElementById("editorNone"),
editorFreeTextButton: document.getElementById("editorFreeText"),
editorInkButton: document.getElementById("editorInk"),
presentationModeButton: document.getElementById("presentationMode"),
download: document.getElementById("download"),
viewBookmark: document.getElementById("viewBookmark"),