Zyie
Zyie
## Visual Testing This PR introduces the start of visual testing for Pixi with a couple of basic tests to begin with ### Generating Tests The core concept is that...
## Summary I am trying to upgrade from `7.20.1` to `7.28.2` and now I get this error. `InternalError: Internal Error: Unable to determine semantic information for declaration` The line it...
We were checking the wrong value when testing if an asset is different, resulting in a bunch of warnings for things like spritesheets
```js plugins: { texture: texturePacker({ texturePacker: { exporter: 'Pixi', } }), texture2: texturePacker({ texturePacker: { exporter: 'Css', } }), manifest: pixiManifest({}), }, ``` This should produce both css and json...
Internal version of this tool has a couple of 3D model plugins e.g fbx -> obj These should be ported over
sandpack v2 was just announced so we might as well upgrade to use it