davidfig / pixi-viewport

A highly configurable viewport/2D camera designed to work with pixi.js
https://davidfig.github.io/pixi-viewport/
MIT License
1.04k stars 174 forks source link

`paused` missing from `Plugin` typing #295

Open Shatterbrain opened 3 years ago

Shatterbrain commented 3 years ago

All plugins have the paused property of type boolean:

https://github.com/davidfig/pixi-viewport/blob/7bb725c437580bc04bb31ac940ca41b46e0e2da2/src/plugins/plugin.js#L4-L11

Yet this is absent from Plugin:

https://github.com/davidfig/pixi-viewport/blob/7bb725c437580bc04bb31ac940ca41b46e0e2da2/%40types/index.d.ts#L348-L359

davidfig commented 3 years ago

Thanks. Added in v4.22.2.