threejs-text-sprite-creator
Version:
Create a text sprite in threejs, base on https://github.com/vasturiano/three-spritetext.
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "threejs-text-sprite-creator",
"version": "1.0.0",
"description": "Create a text sprite in threejs, base on https://github.com/vasturiano/three-spritetext.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [],
"author": "JingpengZhang",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JingpengZhang/threejs-text-sprite-creator"
},
"keywords": [
"Threejs",
"Sprite",
"TextSprite"
],
"peerDependencies": {
"three": ">=0.100.0"
},
"devDependencies": {
"@types/three": "^0.166.0",
"prettier": "^3.3.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^5.5.3"
},
"files": [
"lib/**/*"
]
}