Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpopelyshev committed Apr 24, 2023
1 parent a66050a commit 4188f0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ To-do:
Works with PixiJS v6. Compatibility with v5 is not guaranteed.

For v4 please see [v4.x branch](https://github.com/pixijs/pixi-projection/tree/v4.x), npm version `0.2.8`

For v5.1 please use npm version `0.3.5`

For >= v5.2 please see [v5.x branch](https://github.com/pixijs/pixi-projection/tree/v5.x), npm version `0.3.15`

For >= v6 please see [v6.x branch](https://github.com/pixijs/pixi-projection/tree/v6.x), npm version `0.4.3`

It even works with CanvasRenderer, though results can be strange.

## Examples
Expand Down
25 changes: 7 additions & 18 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
{
"compilerOptions": {
"target": "es6",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"inlineSources": true,
"declaration": true,
"esModuleInterop": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"extends": "@pixi/extension-scripts/lib/configs/tsconfig.json",
"compilerOptions": {
"strict": false,
"preserveConstEnums": true,
"baseUrl": "./",
"paths": {
"pixi-projection": [
"src"
]
}
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules/**/*",
"dist"
]
"include": [
"src/**/*"
]
}

0 comments on commit 4188f0c

Please sign in to comment.