A wrapper for THREE.TextPlane
.
npm i aframe-text-plane
import AFRAME from 'aframe';
import 'aframe-text-plane';
<script src="https://unpkg.com/aframe"></script>
<script src="https://unpkg.com/aframe-text-plane"></script>
name | type | default |
---|---|---|
alignment |
'string' |
'center' |
backgroundColor |
'color' |
'rgba(0,0,0,0)' |
color |
'color' |
'#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 |
'color' |
'#fff' |
strokeWidth |
'number' |
0 |
text |
'string' |
'' |
transparent |
'boolean' |
true |