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

can you support Pixi.js-Legacy? #457

Open liujin1992112 opened 1 year ago

liujin1992112 commented 1 year ago

Since our project is drawn with Canvas 2D, you need to use the Pixi.js-Legacy library. Can your library support it?

davidfig commented 1 year ago

The underlying code should work fine. There may be some type issues, however. I'm happy to accept a PR.

liujin1992112 commented 1 year ago

thank you