UNPKG

pixi-textstyle-manager

Version:
34 lines (33 loc) 743 B
{ "name": "pixi-textstyle-manager", "version": "1.0.3", "description": "Simple manager for text styles used in PIXI.js", "main": "src/TextStyleManager.js", "scripts": {}, "keywords": [ "PIXI.JS", "PIXI.Text", "Text style", "JavaScript" ], "author": "rocket", "license": "MIT", "devDependencies": { "pixi.js": "^5.0.0" }, "files": [ "src/*.js", "package.json", "*.d.ts", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/rocket-ua/pixi-textstyle-manager.git" }, "bugs": { "url": "https://github.com/rocket-ua/pixi-textstyle-manager/issues" }, "homepage": "https://github.com/rocket-ua/pixi-textstyle-manager#readme" }