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

https://github.com/pagoru/pixijs-node-ticker


https://github.com/pagoru/pixijs-node-ticker

Last synced: 11 months ago
JSON representation

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();
```