aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Freilich <sfreilich@google.com>2022-02-10 15:01:43 -0500
committerSamuel Freilich <sfreilich@google.com>2022-02-11 14:41:31 -0500
commit7246c9f37ef324c1dc0685fac06807bf5ea629b8 (patch)
tree4fbbf25c77fdeb1350bf1a58897a8b37c3cec062
parentd750abd4baac71ae8afc10e3547601539daa0882 (diff)
downloadink-stroke-modeler-7246c9f37ef324c1dc0685fac06807bf5ea629b8.tar.gz
Remove MathJax script tags from README.md
I thought the GitHub site would strip these, but it escapes them instead. Will have to see if those can be added to a GitHub pages index page which includes the content of the README.md. PiperOrigin-RevId: 427810654
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 25c2999..4c9feb2 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,5 @@
# Ink Stroke Modeler
-<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
-<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
-
This library smooths raw freehand input and predicts the input's motion to
minimize display latency. It turns noisy pointer input from touch/stylus/etc.
into the beautiful stroke patterns of brushes/markers/pens/etc.