Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf authored May 8, 2023
1 parent a0ccb20 commit a294816
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ yarn add vue3-pixi-renderer

## Usage

The `<Stage>` component can be used to embed a pixi app into an existing vue app.

```html
<script setup lang="ts">
import { Stage } from "vue3-pixi-renderer";
Expand Down Expand Up @@ -254,4 +256,4 @@ app.mount(pixiApp.stage)

## License

[MIT](./LICENSE) License © 2022-PRESENT [hairyf](https://github.com/hairyf)
[MIT](./LICENSE) License © 2022-PRESENT [hairyf](https://github.com/hairyf)

0 comments on commit a294816

Please sign in to comment.