aframe-text-sprite
A wrapper for THREE.TextSprite
.
demo
setup
npm
npm i aframe-text-sprite
import AFRAME from 'aframe';
import 'aframe-text-sprite';
browser
<script src="https://unpkg.com/aframe"></script>
<script src="https://unpkg.com/aframe-text-sprite"></script>
properties
name | type | default |
---|---|---|
alignment |
'string' |
'center' |
backgroundColor |
'string' |
'rgba(0,0,0,0)' |
color |
'string' |
'#fff' |
fog |
'boolean' |
false |
fontFamily |
'string' |
'sans-serif' |
fontSize |
'number' |
1 |
fontStyle |
'string' |
'normal' |
fontVariant |
'string' |
'normal' |
fontWeight |
'string' |
'normal' |
lineGap |
'number' |
0.25 |
opacity |
'number' |
1 |
padding |
'number' |
0.5 |
strokeColor |
'string' |
'#fff' |
strokeWidth |
'number' |
0 |
text |
'string' |
'' |
transparent |
'boolean' |
true |