Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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