@pixi/graphics-extras
TypeScript icon, indicating that this package has built-in type declarations

7.4.3 • Public • Published

@pixi/graphics-extras

Adds the follow methods to Graphics:

  • drawTorus
  • drawChamferRect
  • drawFilletRect
  • drawRegularPolygon

Installation

npm install @pixi/graphics-extras

Usage

import { Graphics } from '@pixi/graphics';
import '@pixi/graphics-extras';

const shapes = new Graphics()
    .beginFill(0xffffff)
    .drawTorus(0, 0, 20, 100);

CDN Install

Via jsDelivr:

<!-- This script tag should be placed after pixi.min.js -->
<script src="https://cdn.jsdelivr.net/npm/@pixi/graphics-extras@7.x/dist/graphics-extras.min.js"></script>

Or via unpkg:

<!-- This script tag should be placed after pixi.min.js -->
<script src="https://unpkg.com/@pixi/graphics-extras@7.x/dist/graphics-extras.min.js"></script>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
6.5.101,271latest-6.x
7.4.3219latest
7.4.3219latest-7.x
5.3.1211latest-5.3.x
7.3.0-rc.20prerelease

Version History

VersionDownloads (Last 7 Days)Published
7.4.3219
7.4.2781
7.4.0258
7.3.333
7.3.2862
7.3.13
7.3.00
7.3.0-rc.20
7.3.0-rc0
6.5.101,271
7.2.4175
7.2.30
7.2.20
7.2.10
7.2.00
7.2.0-rc.30
7.2.0-rc.20
7.1.41,577
7.2.0-rc0
7.2.0-beta.40
7.1.30
7.2.0-beta.30
7.2.0-beta.20
7.2.0-beta0
7.1.223
6.5.92
7.1.10
7.1.00
7.0.50
7.0.40
7.1.0-alpha0
7.0.30
7.0.20
7.0.10
7.0.01
7.0.0-beta.60
7.0.0-beta.50
6.5.810
7.0.0-beta.40
6.5.72
7.0.0-beta.30
7.0.0-beta.20
7.0.0-beta0
6.5.60
6.5.50
7.0.0-alpha.30
6.5.44
7.0.0-alpha.20
7.0.0-alpha0
6.5.34
6.5.20
6.5.10
6.5.00
6.5.0-rc.40
6.5.0-rc.30
6.5.0-rc.20
6.5.0-rc0
6.4.262
6.4.00
6.3.22
6.3.10
6.3.00
5.3.1211
6.2.2156
6.2.10
6.2.00
5.3.110
6.1.317
6.1.20
6.1.16
6.1.00
6.1.0-rc.60
6.1.0-rc.50
6.1.0-rc.40
6.1.0-rc.30
6.1.0-rc.20
6.1.0-rc0
5.3.100
6.0.40
6.0.30
6.0.21
6.0.10
5.3.90
6.0.00
6.0.0-rc.30
5.3.80
6.0.0-rc.20
6.0.0-rc0
5.3.70
5.3.60
5.3.50
5.3.40
5.4.0-rc.30
5.4.0-rc.20
5.4.0-rc.10
5.3.30
5.3.20
5.3.10
5.3.00

Package Sidebar

Install

npm i @pixi/graphics-extras

Homepage

pixijs.com/

Weekly Downloads

4,596

Version

7.4.3

License

MIT

Unpacked Size

140 kB

Total Files

48

Last publish

Collaborators

  • bigtimebuddy
  • zyie