1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{
"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 <seregpie@gmail.com>",
"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"
}
}
|