{ "name": "three.textsprite", "version": "18.10.24", "description": "Automatically computes the optimal font size depending on the distance to the camera and the size of the renderer canvas.", "keywords": [ "3d", "canvas", "class", "font", "group", "object", "plugin", "resolution", "scale", "size", "text", "texture", "three" ], "license": "MIT", "author": "Sergej Sintschilin ", "main": "THREE.TextSprite.js", "repository": "https://github.com/SeregPie/THREE.TextSprite.git", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build" }, "dependencies": { "three.texttexture": "^18.10.24" }, "devDependencies": { "rollup": "^0.66.6", "rollup-plugin-babel-minify": "^6.1.1", "rollup-plugin-buble": "^0.19.4" }, "peerDependencies": { "three": "^0.97.0" } }