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

https://github.com/mattjennings/svelte-pixi

Create PixiJS apps with Svelte
https://github.com/mattjennings/svelte-pixi

Last synced: about 1 month ago
JSON representation

Create PixiJS apps with Svelte

Awesome Lists containing this project

README

        

# SveltePixi

Create [PixiJS](https://www.pixijs.com) apps with Svelte.

[View Documentation](https://svelte-pixi.mattjennin.gs)

## Contributing

### Development

This repo requires the use of [pnpm](https://pnpm.js.org/en/). You can [install pnpm](https://pnpm.io/installation) with:

```bash
npm i -g pnpm
```

Then simply run:

```
pnpm install
pnpm run dev
```

This will start up the documentation website.

### Linting

GitHub actions will enforce code quality according to the prettier, eslint, and typescript configuration.

### Tests

TODO