Skip to content

Commit

Permalink
chore: Update links to userland
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy authored Dec 20, 2024
1 parent a47c757 commit 75ecdd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# PixiJS Smooth Graphics
PixiJS v7 plugin for making smooth shapes using HHAA shader.

[![Build](https://github.com/pixijs/graphics-smooth/workflows/Build/badge.svg)](https://github.com/pixijs/graphics-smooth/actions?query=workflow%3A%22Build%22) [![npm version](https://badge.fury.io/js/%40pixi%2Fgraphics-smooth.svg)](https://badge.fury.io/js/%40pixi%2Fgraphics-smooth)
[![Build](https://github.com/pixijs-userland/graphics-smooth/workflows/Build/badge.svg)](https://github.com/pixijs-userland/graphics-smooth/actions?query=workflow%3A%22Build%22) [![npm version](https://badge.fury.io/js/%40pixi%2Fgraphics-smooth.svg)](https://badge.fury.io/js/%40pixi%2Fgraphics-smooth)

### :link: Links

* [Examples](https://pixijs.io/graphics-smooth/examples/index.html)
* [API Docs](https://pixijs.io/graphics-smooth/docs/index.html)
* [Examples](https://userland.pixijs.io/graphics-smooth/examples/index.html)
* [API Docs](https://userland.pixijs.io/graphics-smooth/docs/index.html)

## Features

Expand Down Expand Up @@ -126,4 +126,4 @@ If style buffer is too big (for now its max 24), one more drawcall will spawn.
```bash
npm install
npm start
```
```

0 comments on commit 75ecdd1

Please sign in to comment.