diff --git a/README.md b/README.md index 0277758..5a92db0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Math2Code +# MathCoder ## About @@ -65,7 +65,7 @@ To use this, just enter your equation in the input field and get formatted outpu - [X] Improve page layout - [ ] Add Support for Java, Java BigDecimal, C -- [ ] Optimize page payload +- [X] Optimize page payload - [ ] Generate working code samples - [x] Support subscripted variables - [ ] Generate Transparent PNGs and SVGs of typeset equations @@ -96,8 +96,8 @@ To use this, just enter your equation in the input field and get formatted outpu This relies on the following technologies: - [React](https://react.dev/) -- [Mathquill](http://mathquill.com/) and [react-mathquill](https://github.com/viktorstrate/react-mathquill) -- [tex-math-parser](https://github.com/davidtranhq/tex-math-parser) +- [Mathlive](https://cortexjs.io/mathlive/) and [react-math-view](https://github.com/patmagauran/react-math-view) +- [tex-math-parser](https://github.com/patmagauran/tex-math-parser) - [Math.JS](https://mathjs.org/) - [Next.JS](https://nextjs.org/) - [React-syntax-highlighting](https://github.com/react-syntax-highlighter/react-syntax-highlighter) diff --git a/math2code/public/android-chrome-192x192.png b/math2code/public/android-chrome-192x192.png new file mode 100644 index 0000000..db57ae5 Binary files /dev/null and b/math2code/public/android-chrome-192x192.png differ diff --git a/math2code/public/android-chrome-512x512.png b/math2code/public/android-chrome-512x512.png new file mode 100644 index 0000000..a075a2b Binary files /dev/null and b/math2code/public/android-chrome-512x512.png differ diff --git a/math2code/public/apple-touch-icon.png b/math2code/public/apple-touch-icon.png new file mode 100644 index 0000000..e15ac3d Binary files /dev/null and b/math2code/public/apple-touch-icon.png differ diff --git a/math2code/public/favicon-16x16.png b/math2code/public/favicon-16x16.png new file mode 100644 index 0000000..8a8d7c7 Binary files /dev/null and b/math2code/public/favicon-16x16.png differ diff --git a/math2code/public/favicon-32x32.png b/math2code/public/favicon-32x32.png new file mode 100644 index 0000000..acdf834 Binary files /dev/null and b/math2code/public/favicon-32x32.png differ diff --git a/math2code/public/favicon.ico b/math2code/public/favicon.ico index 718d6fe..76621a3 100644 Binary files a/math2code/public/favicon.ico and b/math2code/public/favicon.ico differ diff --git a/math2code/public/next.svg b/math2code/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/math2code/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/math2code/public/site.webmanifest b/math2code/public/site.webmanifest new file mode 100644 index 0000000..4c2ed48 --- /dev/null +++ b/math2code/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "MathCoder", + "short_name": "MathCoder", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file diff --git a/math2code/public/thirteen.svg b/math2code/public/thirteen.svg deleted file mode 100644 index 8977c1b..0000000 --- a/math2code/public/thirteen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/math2code/public/vercel.svg b/math2code/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/math2code/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/math2code/src/pages/_document.tsx b/math2code/src/pages/_document.tsx index 30f9a14..cc519a3 100644 --- a/math2code/src/pages/_document.tsx +++ b/math2code/src/pages/_document.tsx @@ -23,7 +23,10 @@ export default function MyDocument({ emotionStyleTags }: MyDocumentProps) {
{/* PWA primary color */} - + + + + {emotionStyleTags} diff --git a/math2code/src/pages/index.tsx b/math2code/src/pages/index.tsx index b0f7ab7..44aa764 100644 --- a/math2code/src/pages/index.tsx +++ b/math2code/src/pages/index.tsx @@ -63,13 +63,11 @@ export default function Home() { return ( <> -