Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
docs: Update demo instructions (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfabrizius authored and tleunen committed Mar 16, 2018
1 parent 5310858 commit 1cc5e3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ let text = new MultiStyleText("Let's make some <ml>multiline</ml>\nand <ms>multi
}
});
```
## Build instructions

```
$ npm install
$ npm run build
```

## Usage

Expand All @@ -54,6 +60,12 @@ If text is rendered without any value assigned to a given parameter, Pixi's defa

Open `demo/index.html` in a browser for several helpful examples.

Or:
```
$ npm run demo
```


## License

MIT, see [LICENSE.md](http://github.com/tleunen/pixi-multistyle-text/blob/master/LICENSE.md) for details.

0 comments on commit 1cc5e3c

Please sign in to comment.