From 3a653ce41b8474d2e3359be21e15721f4f43ea0c Mon Sep 17 00:00:00 2001 From: Preet Shihn Date: Sun, 19 Apr 2020 00:55:59 -0700 Subject: [PATCH] examples --- .npmignore | 3 +- examples/bezier.html | 116 +++++++++++++++++++++++++++++++++++++ examples/color-picker.html | 69 ++++++++++++++++++++++ 3 files changed, 187 insertions(+), 1 deletion(-) create mode 100644 examples/bezier.html create mode 100644 examples/color-picker.html diff --git a/.npmignore b/.npmignore index 6324898..4e0820a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ demo node_modules tsconfig.json -bin \ No newline at end of file +bin +examples \ No newline at end of file diff --git a/examples/bezier.html b/examples/bezier.html new file mode 100644 index 0000000..4bc06f2 --- /dev/null +++ b/examples/bezier.html @@ -0,0 +1,116 @@ + + + + + + + planar-range demo + + + + +
+ + + + + + + +
+ + + + + + \ No newline at end of file diff --git a/examples/color-picker.html b/examples/color-picker.html new file mode 100644 index 0000000..ce2d1b5 --- /dev/null +++ b/examples/color-picker.html @@ -0,0 +1,69 @@ + + + + + + + planar-range demo + + + + +
+
+
+ + + +
+ + + + + + \ No newline at end of file