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