https://github.com/evanw/silvermath.js
A high-quality equation editor for JavaScript
https://github.com/evanw/silvermath.js
Last synced: 9 months ago
JSON representation
A high-quality equation editor for JavaScript
- Host: GitHub
- URL: https://github.com/evanw/silvermath.js
- Owner: evanw
- Created: 2011-03-14T05:30:49.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-13T17:28:41.000Z (about 14 years ago)
- Last Synced: 2025-04-11T00:12:47.022Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 33
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# equation.js
This will be a high-quality equation editor/renderer in JavaScript. To see the current version, please visit the [demo page](http://evanw.github.com/silvermath.js/).
## Goals
* Cross-platform
* Behaves as close to a regular textbox as possible
* Lightweight (just need one file on the server, no custom fonts or images)
* Modular system for storage formats (MathML/LaTeX) and render targets (Canvas/HTML)