This commit is contained in:
2025-01-04 00:34:03 +01:00
parent 41829408dc
commit 0ca14bbc19
18111 changed files with 1871397 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "@pixi/graphics-smooth",
"version": "1.1.0",
"description": "PixiJS v7 plugin for smooth HHAA rendering of shapes",
"author": "Ivan Popelyshev",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"homepage": "http://www.pixijs.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pixijs/graphics-smooth.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"lib/"
],
"peerDependencies": {
"@pixi/core": "^7.2.0",
"@pixi/display": "^7.2.0",
"@pixi/graphics": "^7.2.0"
}
}