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

https://github.com/vasturiano/taichi-esm

ES module export of Taichi.js
https://github.com/vasturiano/taichi-esm

Last synced: 3 months ago
JSON representation

ES module export of Taichi.js

Awesome Lists containing this project

README

          

# taichi-esm

[![NPM package][npm-img]][npm-url]
[![Build Size][build-size-img]][build-size-url]
[![NPM Downloads][npm-downloads-img]][npm-downloads-url]

ES module export of [taichi.js](https://github.com/AmesingFlank/taichi.js).

Usage:
```js
import * as ti from 'taichi-esm';
```

[npm-img]: https://img.shields.io/npm/v/taichi-esm
[npm-url]: https://npmjs.org/package/taichi-esm
[build-size-img]: https://img.shields.io/bundlephobia/minzip/taichi-esm
[build-size-url]: https://bundlephobia.com/result?p=taichi-esm
[npm-downloads-img]: https://img.shields.io/npm/dt/taichi-esm
[npm-downloads-url]: https://www.npmtrends.com/taichi-esm