Draw primitive shapes such as lines, circles and rectangles to the display
npm install @pixi/graphics
``bashnpm install @pixi/graphics`
bashnpm install @pixi/graphics
`jsimport { Graphics } from '@pixi/graphics';
jsimport { Graphics } from '@pixi/graphics';
const shapes = new Graphics();``