https://github.com/pagoru/pixijs-node-ticker
https://github.com/pagoru/pixijs-node-ticker
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pagoru/pixijs-node-ticker
- Owner: pagoru
- License: mit
- Created: 2022-11-28T22:50:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T00:23:49.000Z (over 3 years ago)
- Last Synced: 2024-12-28T11:43:01.037Z (over 1 year ago)
- Language: TypeScript
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixi-node-ticker
Use the pixi ticker on node apps!
## Installation
```bash
yarn add pixi-node-ticker
```
## Usage
Create a Ticker object directly:
```js
import { Ticker } from 'pixi-node-ticker';
const ticker = new Ticker();
ticker.start();
```