Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenmiller888/deku-math
A Deku component for mathematical notation
https://github.com/stevenmiller888/deku-math
Last synced: 26 days ago
JSON representation
A Deku component for mathematical notation
- Host: GitHub
- URL: https://github.com/stevenmiller888/deku-math
- Owner: stevenmiller888
- Created: 2015-08-21T19:18:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T19:27:35.000Z (over 9 years ago)
- Last Synced: 2024-12-05T09:24:47.051Z (about 1 month ago)
- Language: CSS
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
- awesome-deku - deku-math
README
# deku-math
[![NPM version][npm-image]][npm-url]
[![license][license-image]][license-url]A math component built with Deku. Inspired by [react-math](https://github.com/cezary/react-math)
## Installation
$ npm install deku-math
## Usage
```js
sum_(i=1)^(+∞) i^3=((n(n+1))/2)^2
```
## License
[MIT](https://tldrlegal.com/license/mit-license)
[npm-image]: https://img.shields.io/npm/v/deku-math.svg?style=flat-square
[npm-url]: https://npmjs.org/package/deku-math
[license-image]: https://img.shields.io/npm/l/express.svg
[license-url]: https://tldrlegal.com/license/mit-license