3.1.1 • Published 3 years ago

aframe-text-sprite v3.1.1

Weekly downloads
65
License
MIT
Repository
github
Last release
3 years ago

aframe-text-sprite

A wrapper for THREE.TextSprite.

demo

Try it out!

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

nametypedefault
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
3.1.2-alpha.0

3 years ago

3.1.1

3 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago