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
- Host: GitHub
- URL: https://github.com/vasturiano/taichi-esm
- Owner: vasturiano
- Created: 2025-02-02T23:29:46.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-03T12:57:36.000Z (9 months ago)
- Last Synced: 2025-07-20T07:40:00.189Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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