1.1.1 • Published 3 years ago

aframe-text-plane v1.1.1

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

aframe-text-plane

A wrapper for THREE.TextPlane.

demo

Try it out!

setup

npm

npm i aframe-text-plane

import AFRAME from 'aframe';
import 'aframe-text-plane';

browser

<script src="https://unpkg.com/aframe"></script>
<script src="https://unpkg.com/aframe-text-plane"></script>

properties

nametypedefault
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
1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago